Hello,
Is there any way of “kill” a workflow from another?
I have this issue that a workflow is running on a timer and another on a webhook.
The timed workflow checks if the webhook workflow is running. If it is, it just stops. - that’s ok-
The webhook workflow has more priority and can not wait for the timed one to finish as it can take some time.
However, the timed workflow sometimes ends up overwriting the data of the webhook one.
Basically i need to kill the timed one (if running) when the webhook workflow starts.