When the scheduler is triggered manually, it does not start the entire workflow. Instead, only the scheduler step is executed. This prevents users from validating or testing workflows containing Scheduler through manual runs.
Media:
Steps to Reproduce:
-
Open a workflow that contains a scheduler trigger.
-
Manually trigger/run the scheduler.
-
Observe the execution flow.
Expected Result:
Manually triggering the scheduler should start and execute the complete workflow.
Actual Result:
Only the scheduler step is triggered, and the rest of the workflow does not execute.
