Amazon Data Exchange · Arazzo Workflow
Amazon Data Exchange Cancel Running Job
Version 1.0.0
Find an in-flight job for a data set and cancel it if it is still running.
View Spec
View on GitHub
Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptionsArazzoWorkflows
Provider
Workflows
cancel-running-job
Cancel the first cancellable job for a data set.
Lists jobs scoped to a data set, checks the first job's state, and cancels it only if it is still WAITING or IN_PROGRESS.
1
listJobs
listJobs
List the jobs associated with the data set.
2
checkJob
getJob
Read the current state of the first job and branch on whether it is still cancellable.
3
cancelJob
cancelJob
Cancel the job, stopping the in-flight transfer.