Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
is it possible to run a Subjob only if two more Jobs ran sucessfully (more than one Job dependency).
Something like that
Subjob D waits for finishing Subjob A and B
Subjob E waits for Subjob A and C
Subjob F has to wait for D and E
...
Is it possible to run a Subjob if at least one Job has finished:
Subjob C waits until Subjob A OR Subjob B has finished
Thanks
Talend DI Newbie
"myTriggerCount"
new java.util.concurrent.atomic.AtomicInteger(0)
((java.util.concurrent.atomic.AtomicInteger) globalMap.get("myTriggerCount")).incrementAndGet()==2