Question

Send notification when 0 features are written

  • 16 July 2020
  • 1 reply
  • 3 views

Hi everyone and thank you in advance!

 

 

I currently have a job set up on the server where data is being written to an ArcGIS Portal service from multiple outside sources using Topics/Notifications/Subscriptions. I would like to find a way to set it up to send a notification when the job runs and 0 features are written. The job does not fail when 0 features are written so I would like to find a way to notify me (probably using another topic/notification setup) when nothing is written to the service.

 

Let me know what you think!


1 reply

Badge +16
If you are using a featurewriter you could check in the summary output port to get the number of features written and perform further processing for notifications, etc. Not sure for your specific workflow, but maybe a NoFeaturesTester transformer could be useful as well. It will only have output when no features enter the transformer.

Reply