This topic was automatically generated from Slack. You can find the original thread here.
Hi!
First post here
I have a Workflow that is triggered with a Schedule every 15 minutes. In certain conditions I suspend via $.flow.suspend().
The problem is that next time the Schedule is triggered this workflow seems to auto-resume.
How can avoid this? I want only to be resumed via the resume_url
Thanks!