Guides
Test, Run, and Schedule Workflows
Validate workflows, execute test runs, and configure schedules.
Test, Run, and Schedule Workflows
After configuration, workflow quality depends on repeatable validation and controlled runtime behavior. Test first, run once for full-path confirmation, and schedule only after observed stability.
What to Click and Do Next
- Go to
Operations > Workflows. - Open the workflow you want to validate.
- Click
Testin the editor header. - Review returned results and action responses.
- Fix issues in
For,If, orThen, then test again. - Click
Run Onceto execute a manual production-like run. - Open
Activityand verify status, timestamps, and output.
Add or Update Schedule (When Supported)
- In the workflow header, click
.... - Click
Schedule. - Set recurrence pattern, day/month options, and execution time.
- Click
Save. - Monitor the first scheduled run in
Activity.
Validation Checklist
- Test run returns expected data behavior.
- Manual run completes without errors.
- Scheduled run executes at intended cadence.
Common Issues
- Schedule option unavailable for unsupported workflow types.
- No results due to over-restrictive SQL conditions.