Run types
| Type | When to use |
|---|---|
| Manual run | You trigger the run yourself, on demand |
| Scheduled run | Felix triggers the run automatically at a set time or interval |
| Batch run | One run processes multiple items through the workflow |
Run history
Every run is saved to your workflow’s run history. From the run history you can see the status of every run, open any run to view the full step-by-step log, download output files, and re-run a workflow with the same input.When a run is paused
If a workflow includes a Human Checkpoint, the run pauses at that step and waits for input. Felix notifies the person assigned to the checkpoint. There is no timeout — a paused run waits indefinitely until a response is provided.When a run fails
Felix logs exactly which step failed and why. Common causes:- Connector not authorised — re-authenticate from Settings → Connectors
- Missing input — an earlier step produced no output for the failed step to work with
- Step description too vague — update the description and run again
Tips
- Test manually before scheduling. Run the workflow once with a real input to confirm the output is correct.
- Use batch runs for volume. If you’re processing more than a handful of items, a batch run is more efficient.
- Check run history regularly. Scheduled and batch runs happen without your involvement — review the logs periodically.
Manual Runs
Trigger a run on demand
Scheduled Runs
Run automatically
Batch Runs
Process multiple items

