Test and publish
Validate that your workflow works as expected and publish to production
Testing your workflow
You can test your workflow by instantly executing it from the IDE by pressing ▶️ Test
. This will run the workflow and return the result in the Output at the bottom.
To test a webhook-triggered workflow by setting a sample webhook payload, see this guide.
Workflow logs
Open the Logs tab to see the status of each action that was executed.
Expand each action to see the input and output associated with it.
Publishing your workflow
Once your workflow is finished, activate it by pressing Publish
.
When you see that the status is Active
, your workflow is successfully published and running!
As soon as the trigger occurs (a webhook is received, or a scheduled time is reached) your workflow will be executed.
Next steps
Now that you’ve published your first workflow, learn how you can manage your workflows and runs.
Was this page helpful?