Hi Guys.
Any one give me a example that make me understand difference between the SchedulingMode.Sequential and SchedulingMode.Concurrent ?
I do some test, I don’t know the difference?
BR
Hi Guys.
Any one give me a example that make me understand difference between the SchedulingMode.Sequential and SchedulingMode.Concurrent ?
I do some test, I don’t know the difference?
BR
Hi,
Suppose we have a workflow like the following. Run this workflow and first we press tab key, then immediately click mouse button,
If scheduling mode is Sequential, output is as follows:
If scheduling mode is Concurrent, output is the following.
So, if we set Sequential at SchedulingMode, action will start after previous action finishes.
On the other hand, in Concurrent, it will start immediately if triggered.
Regards,
Hi Yoichi
Thank you very much, you resolve my whole day doubt!
BR
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.