Hello,
I have received a lot of help before on this channel and am hoping for another trick:
Ich have a Job-Chain, where everything starts with one Job.
Then two Jobs should follow starting parallel. Works fine.
The fourth Job then should start after Job 2 AND Job 3 have finished.
I tried Trigger, put both Job in there but Trigger does something like OR and so the fourth Job start after Job 2 OR Job 3 finished.
Condition didn't work for me either. I tried a condition on "Job-State = 0" and the condition executes immediately and is not even waiting for the Job to start.
How do you setup such a Job-Chain?
Kind regards,
Claus