Does order matter in Reactions Set/Reset
-
@toggledbits somewhere I thought I read that MSR goes thru the items in
set reaction
andreset reaction
in stack order, ie from top to bottom/first to last.Am I mistaken?
-
@toggledbits somewhere I thought I read that MSR goes thru the items in
set reaction
andreset reaction
in stack order, ie from top to bottom/first to last.Am I mistaken?
@gwp1 that's correct. Some operations are or can be asynchronous, meaning the next action may start (and even finish) before a prior action finishes, but they are always started in the listed order.
-
@gwp1 that's correct. Some operations are or can be asynchronous, meaning the next action may start (and even finish) before a prior action finishes, but they are always started in the listed order.
@toggledbits To that end, I can belay the asynchronous with use of the
Wait for completion
checkbox, yes? -
Yes.
More context is better than less, and it would likely be more useful to others reading this to understand what specific action you are talking about, so in future, I recommend widening out those screen shots to provide that context. For the benefit of those other readers, in this case, it's a Run Reaction action. There is a similar checkbox for HTTP Request.
Also as a general comment, you asked specifically about Set and Reset reactions, but all of this conversation applies to all reactions, including global.
-
T toggledbits locked this topic on