Create a workflow
- Open Autoflux → New Workflow.
- Choose a Trigger (schedule, webhook, form submission, DataTable change).
- Add Actions — send emails, call APIs, update DataTables, run scripts.
- Add Conditions or Branches to build logic.
- Test the workflow with sample data.
- Activate.
Error handling
Each step has retry and fallback settings:- Automatic retries with exponential backoff.
- Custom fallback actions on failure.
- Alerting via email or Slack.
Monitoring
Every workflow run is logged with:- Step-by-step execution timeline.
- Input and output data at each step.
- Errors and stack traces.
- Total duration and status.
