Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can anyone clarify when you would use dynamic jobs versus independent processes.
I'm trying to start three jobs in parallel (but until i get tParallelize, i'm stuck with looping).
I'm considering two different ways of doing it:
X -> tRunJob(dynamic jobs) : run 3 jobs
versus
X -> tRunJob(independent process)
-> tRunJob(independent process)
-> tRunJob(independent process)
-------------
From the component page:
dynamic jobs: "Select this check box to allow multiple Jobs to be called and processed. When this option is enabled, only the latest version of the Jobs can be called and processed. An independent process will be used to run the subjob. The Context and the Use an independent process to run subjob options disappear."
However, for me, Context does not disappear. Is that a bug? In fact, there is a box next to the dynamic checkbox called Context Job and then the Context field below. This is confusing. Must i run the same context for all jobs? What's the difference between Context Job and Context?
Why is this called dynamic job?
And finally, is there any difference between the two methods shown above?
thanks
kesten