Status from sub task?
Posted: Tue Jun 28, 2016 9:26 am
Hello,
if one "master task" starts a "sub task" and the the "sub task" gets an error, how can I get information about that in the "master task"?
Our case:
In my example the "master task" starts 4 "sub tasks" parallel which have to collect several data into some database tables. After that, "master task" triggers a reporting tool to create a report. In case that one of the "sub task" fails, the report is still being created, but without showing all necessary data.
Would can I do to stop the "master task" from continuing after the fail of one of its "sub tasks"?
Thank you.
if one "master task" starts a "sub task" and the the "sub task" gets an error, how can I get information about that in the "master task"?
Our case:
In my example the "master task" starts 4 "sub tasks" parallel which have to collect several data into some database tables. After that, "master task" triggers a reporting tool to create a report. In case that one of the "sub task" fails, the report is still being created, but without showing all necessary data.
Would can I do to stop the "master task" from continuing after the fail of one of its "sub tasks"?
Thank you.