Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi, I've developed a task..
job sequence is... D_NO -> D_YY -> D_YM -> D_DT -> D_AGE_LCLSF -> D_AGE_SCLSF -> D_AGE -> D_AGE_MAPG
The job runs in series....
but, i want parallel runs...
D_NO -> D_YY -> D_YM -> D_DT
D_AGE_LCLSF -> D_AGE_SCLSF -> D_AGE -> D_AGE_MAPG
Thanks...
@jklee88 , if you do not have any dependency between job you can design jobs as shown the below way can make it parallel in open studio and in enterprise level you can use tParallel component.
@jklee88 , if you do not have any dependency between job you can design jobs as shown the below way can make it parallel in open studio and in enterprise level you can use tParallel component.