PipelineOps by Workato - Sync completed trigger (real-time)

The Sync completed trigger initiates a recipe in real-time after a data pipeline completes its sync. You can use this trigger to orchestrate actions based on the results of your pipeline runs, such as sending alerts, logging sync statuses, or triggering downstream processes.

This trigger only monitors scheduled syncs (full or incremental). Re-syncs are excluded.

Input

Input fieldDescription
Data pipelineChoose the pipeline to monitor. Only pipelines configured in your project appear.
Trigger onSelect Every sync completion to capture all syncs, or Failed syncs to monitor only failed ones.

Workato recommends using Every sync completion to ensure you capture all failure scenarios, including object-level issues.

Output

Output fieldDescription
Pipeline IDID of the data pipeline.
Sync IDID of the specific sync run.
SourceSource system of the data pipeline.
DestinationDestination system of the data pipeline.
Started atTimestamp when the sync began.
Completed atTimestamp when the sync finished.
Total duration (ms)Total duration of the sync in milliseconds.
Total rows extractedNumber of rows extracted during the sync.
Total rows loadedNumber of rows loaded into the destination.
Total rows insertedNumber of rows inserted in the destination.
Total rows updatedNumber of rows updated in the destination.
Sync stateFinal status of the sync.
ObjectsList of pipeline objects and their individual sync statuses.

Last updated: