Stop execution of workflow from another workflow

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.

Hi @xewonder :wave: To my knowledge, this would be a feature request so I’ll move it over to the right section of the forums - can you tell us a little bit about how you’re using n8n and what you’re doing in this workflows? :thinking: