Tsang Yong
11/07/2019, 5:25 PMJeremiah
ShellTask
will enter a failed state if the command returns anything but a 0
exit codeTsang Yong
11/07/2019, 5:31 PMJeremiah
result
of the Failed state does contain the last line of output. So if you made a task downstream of the ShellTask
and gave it an any_failed
trigger (so it runs even if the ShellTask fails), you should be able to receive that line as the input data. But maybe we can make this even easier