Manual execution
Click the Run button in the workflow editor toolbar. The workflow executes immediately and you can watch each node light up as it processes.Scheduled execution
Set a trigger type of Schedule to run the workflow automatically on a recurring basis.
Configure the schedule in the Trigger node.
Webhook execution
Set a trigger type of Webhook to run the workflow when an external HTTP request arrives.1
Select webhook trigger
In the Trigger node, choose Webhook as the trigger type. A unique URL is generated for this workflow.
2
Copy the webhook URL
Copy the URL from the trigger configuration and use it in your external service.
3
Send a request
Send an HTTP POST request to the webhook URL. The request body is available as the trigger output.
Execution status
Each workflow run has a status:Viewing results
After a run completes, you can:- See the output of each node by clicking on it
- View the full execution timeline in the Monitoring page
- Check error details for any failed nodes