What a workflow can chain
Sync data
Pull the latest from your batch data sources before anything else runs.
Train / retrain
Refresh a model on the newest data so it doesn’t drift.
Generate predictions
Score the current population with the up-to-date model.
Export
Deliver the resulting decision to your connected tools.
A typical recurring campaign
1
Sync the latest supporter & gift data
2
Retrain the model so it reflects recent behaviour
3
Score the eligible population
4
Produce the optimised decision
5
Export it to your campaign tool
Screenshot to add — the workflow builder showing a chained sync → train → score → export pipeline and its schedule.
Streaming data sources flow continuously and aren’t scheduled; workflows are for batch steps. See Connect a data source for the batch vs streaming distinction.