Airbyte · Arazzo Workflow
Airbyte Trigger a Sync and Poll to Completion
Version 1.0.0
Kick off a sync job for a connection and poll its status until it succeeds, fails, or is cancelled.
View Spec
View on GitHub
Data IntegrationETLELTOpen SourceData PipelineConnectorsDataArazzoWorkflows
Provider
Workflows
trigger-sync-and-poll
Trigger a sync job and poll the job until it reaches a terminal status.
Starts a sync job for the supplied connection, then repeatedly reads the job until its status is no longer pending or running.
1
triggerJob
createJob
Kick off a new job of the requested type for the connection. The returned jobId is polled by the following step.
2
pollJob
getJob
Read the job status. While the job is still pending or running, loop back and read it again; once it reaches a terminal state, finish the workflow.