Solved

Hi, how come i got Status as successfull but actually there is no records of 2 readers. my goal is create an email to users to let they know if job was either success or failed. ( i have log file in attached). I this case is failed, what i would to d

  • 21 February 2023
  • 1 reply
  • 2 views

Badge

image

icon

Best answer by hkingsbury 21 February 2023, 20:22

View original

1 reply

Userlevel 5
Badge +29

Success means the process ran with no errors. If the process ran and the logic in it didn't provide any features to the writer(s) and didnt cause any errors, then the process ran successfully.

 

A transformer to look at would be the nofeaturestester. Place this right before your writer(s). There are two output ports, one for features that enter in input port and one that will output a single feature if no features enter the input port.

 

You'd use the second port to hook into a terminator which will cause your process to fail if no features reach the writer(s)

Reply