how to make the jobflow status to Failed
in the jobflow with the command task activities how to make jobflow status to “Failed” when there is no content in the source file.?
Hi Srinivas,
We can provide an unix command as exit 1 which would make the command task fail and the jobflow gets failed.