Hi, I have a question about parallel and sequential tasks. What happens to the other task when a task fails in the sequential part? Will this stop?
This is the construct for this case.
<parallel>
<tasks>
<sequential>
1. task
</sequential>
2. task
</tasks>
</parallel>
Best regards,
Gunnar
