ShouldStop Activity

Hello, everyone,

with my current automation I want to send a stop signal from the Orchestrator.

I have implemented the Should Stop activity in several places in the automation.

Now to the question: does the stop signal from the Orchestrator remain permanent or is the stop signal in the Orchestrator gone after the first calls of the Should Stop activity?

Once the stop signal is sent from Orchestrator, your process will read the stop signal as True as soon as it reaches a point in the code where Should Stop is run. This will not change for the remainder of the process.

3 Likes