Datasource Trigger Node
Use this node to start a workflow when a configured datasource emits a new event.
Configuration Fields
| Field | Required | Purpose |
|---|---|---|
| Datasource | Yes | Select the datasource instance bound to this trigger |
| Filter Criteria | No | Optional criteria to allow only matching events |
Setup Steps
- Create datasource in project.
- Add Datasource Trigger node.
- Select datasource from list.
- Optionally define filter criteria.
- Connect to downstream validation node.
Best Practices
- Add schema/field validation right after trigger.
- Filter early to avoid unnecessary model inference.
- Keep one clear trigger path per workflow.
Common Issues
- No execution: datasource inactive/offline.
- Unexpected payload: source format changed.
- Excess load: missing filter criteria on high-volume streams.
