How to Prevent Automatic Resuming of a Suspended Workflow in Scheduled Triggers?

This topic was automatically generated from Slack. You can find the original thread here.

Hi!

First post here :slight_smile:

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!

I wonder if this might be linked with an issue we have, where some workflows do not resume at all (but it only happens occasionally). :thinking_face:

Are these highly active workflows? Would it be possible for you to share links to these problem events?