(1.6k●2●201●194)
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
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