What's difference between the SchedulingMode.Sequential and SchedulingMode.Concurrent in Trigger Scope Activity?

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:

img20220405-a1

If scheduling mode is Concurrent, output is the following.

img20220405-a2

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,

1 Like

Hi Yoichi

Thank you very much, you resolve my whole day doubt!

BR

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.