Skip to main content
Autoflux workflows follow a simple structure: a trigger starts the flow, actions run in sequence, and conditions or branches control the path.

Create a workflow

  1. Open AutofluxNew Workflow.
  2. Choose a Trigger (schedule, webhook, form submission, DataTable change).
  3. Add Actions — send emails, call APIs, update DataTables, run scripts.
  4. Add Conditions or Branches to build logic.
  5. Test the workflow with sample data.
  6. 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.