Hi all,
Likely an easy question.
How do I arrange steps and jobs in a job chain to allow for this type of dependency?
A--- --->D
|---> C
B---
Not sure if what I am trying to draw make sense...
Chain A and Chain B should run in parallel and when both are finished Chain C may run.
Chain D may run as soon as Chain A is done. No dependencies from B or C.
I cannot add D as a step in A, because C should not have to wait for D to end. Well, I possibly could do this if it is possible to set the status of A to Complete even if step D was still running. Is his possible? The final status handlers seem to wait for the 'final' status.
Advice much apreciated.
Thanks