Cannot manually test schedule trigger

Describe the problem/error/question

When I try to manually test a workflow that has a weekly schedule trigger, the workflow never proceeds past the scheduled trigger.

What is the error message (if any)?

No error message. It will run forever in the schedule trigger node.

Please share your workflow

Information on your n8n setup

This is running in n8n cloud - version 1.80.5

You can add a When clicking ‘Test Workflow’ trigger node.
The problem with the Schedule trigger node is the Weeks Between Triggers value. It must not be 0! Simply change it to 1, this will execute the workflow every wednesday when activated.

1 Like

Thanks! :slightly_smiling_face:


This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.