Airbyte · Arazzo Workflow
Airbyte Find and Cancel a Running Job
Version 1.0.0
List the running jobs for a connection, branch on whether any are running, then cancel the first one and confirm the cancellation.
View Spec
View on GitHub
Data IntegrationETLELTOpen SourceData PipelineConnectorsDataArazzoWorkflows
Provider
Workflows
cancel-running-job
Find a running job for a connection and cancel it.
Lists running jobs for a connection, and if any are running cancels the first and confirms the cancellation.
1
listRunningJobs
listJobs
List the jobs for the connection filtered to the running status. Branch on whether any running jobs were returned.
2
cancelJob
cancelJob
Cancel the first running job returned by the list step.
3
confirmCancelled
getJob
Read the job back by id to confirm it has been cancelled rather than having completed in the interim.