
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

Best answer by hkingsbury
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)
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

