I created a script that uses a stop
with a response_variable
.
When I run the script using Actions
in Developer Tools
with the mode
set to parallel
, I get the value of the response_variable
.
When I change the mode
to queued
, I don’t get the value of the response_variable
.
I understand the complexity of coordinating the caller with an asynchronously queued execution so I am not surprised. The issue is I didn’t find this in the documentation when I looked at Script Modes or Stopping a Script Sequence.
Wes.