Google Cloud Dataflow · Arazzo Workflow
Google Cloud Dataflow List Jobs and Snapshot
Version 1.0.0
List jobs in a region, inspect the first job, then snapshot it.
View Spec
View on GitHub
Apache BeamBatch ProcessingBig DataData ProcessingETLStream ProcessingArazzoWorkflows
Provider
Workflows
list-jobs-and-snapshot
List jobs in a region, read the first one, and snapshot it.
Lists jobs in a region, captures the first job id, reads that job for its state, then creates a snapshot of it.
1
listJobs
listLocationJobs
List the Dataflow jobs in the requested region and capture the first job id returned in the page.
2
inspectJob
getLocationJob
Read the first job from the list to inspect its current state before taking a snapshot.
3
snapshotJob
snapshotLocationJob
Create a snapshot of the inspected job, capturing its streaming state with the supplied retention window.