participant ordering
I am looking for feedback/guidance on ordering of participants. Specifically:
1) are participants ALWAYS invoked in the order specified in the list of follow-on actions 2) Does the first participant exit/return before the second participant is invoked? Susan |
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
1) yes
2) yes but note that if P1 does a save, P1 and P2 will be executed before the 1st iteration of P2 is executed.
P1
save
advisor chain
P1, P2 (aka Participant chain)
P2