#STOP action does not halt parallel processes?

1 messages · Page 1 of 1 (latest)

safe blaze
#

When I run a STOP action, I expect the automation to stop, but it looks like it only stops the existing execution pipeline. How can I make the automation stop entirely?

inland gull
#

How would you guarantee the other parallel processes aren’t finished? The point of parallel operations is that they don’t affect each other.

I suppose you could set a variable or input Boolean during your “stop” step, and between each step of your parallel processes you could add a condition to check if that variable is set

jaunty echo
#

A workaround might be to create a script that disables and enables the automation. Call that script instead of the "stop".

fickle lintel
#

Pretty sure that just affects the trigger and has no effect on a running instance

jaunty echo
#

Disabling an automation aborts it

fickle lintel