Schedule workflow not running

Hi everyone,

I’m hitting a wall with a specific workflow and could use some eyes on it. It works fine when I trigger it manually, but it fails every single time it’s supposed to run on a schedule.

The Error:

Error evaluating startTrigger: Could not find plugin for block

Situation:

  • Manual Trigger: Works mostly fine, Fails sometimes.

  • Scheduled Trigger: Constant failure with the error above.

  • Troubleshooting done: I’ve already tried recreating the trigger and even duplicating the whole workflow, but the issue keeps following me to the new versions. LOL

Any ideas on how to get the scheduler to recognize the block?

Thank you

1 Like

Hey @Manoj_lk,

Could you please share your workflow JSON by using Export and download from the workflows list? That would help us inspect the block configuration and trigger setup more accurately.

If exporting isn’t convenient, screenshots of the workflow graph, trigger configuration, and any error logs would also be very helpful. A short screen recording of the failure during the scheduled run vs. the manual run would make it even easier to pinpoint the issue.

Also, if possible, please include:

  • The type of trigger you’re using (schedule / webhook / event)
  • Which block runs first after the trigger
  • Whether any resources or plugins were recently changed or renamed
  • The environment where the schedule runs (dev/prod)

Once we can see the structure, we should be able to narrow down the root cause quickly and suggest a fix.

@WidleStudioLLP Thank you for the response.

It was resolved. I duplicate the flow and it started working.

1 Like