It's all about the answers!

Ask a question

participant ordering


Susan Hanson (1.6k2201194) | asked Jun 10 '14, 2:58 p.m.
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

Comments
sam detweiler commented Jun 10 '14, 4:33 p.m. | edited Jun 10 '14, 4:33 p.m.

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
     

Be the first one to answer this question!


Register or to post your answer.


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.