Adding Workers to a Workflow
Insert a Worker
- Click Add Worker in the workflow editor.
- Choose a category (Trigger, Action, Condition, Widget).
- Select the specific worker type from the catalog.
Positioning
- New workers are appended at the end.
- Drag and drop to reposition; earlier steps feed later ones.
Configuring Inputs
- Many workers auto-detect possible upstream outputs.
- Use dropdowns or mapping fields to bind inputs to previous results.
- Save parameters before running.
Chaining
Outputs become available by reference (the UI abstracts referencing; you just pick from lists).
Tips
- Start with data acquisition workers, then transformations, then conditions, then widgets.
- Keep triggers minimal—complex logic belongs in action/condition workers.
Next: Worker Parameter Window.