Google Cloud Dataflow · Arazzo Workflow
Google Cloud Dataflow Create Job From Template and Track
Version 1.0.0
Inspect a classic template's metadata, create a job from it, then confirm the job exists.
View Spec
View on GitHub
Apache BeamBatch ProcessingBig DataData ProcessingETLStream ProcessingArazzoWorkflows
Provider
Workflows
create-job-from-template-and-track
Read template metadata, create a job from the template, then confirm it.
Retrieves template metadata, creates a job from the template, and reads the created job back to confirm registration and current state.
1
getTemplateMetadata
getLocationTemplate
Read the classic template metadata at the supplied Cloud Storage path to confirm the template exists and to inspect its parameters.
2
createJobFromTemplate
createLocationJobFromTemplate
Create a new Dataflow job from the classic template with the supplied job name and runtime parameters.
3
confirmJob
getLocationJob
Read the newly created job back to confirm it was registered and to capture its current state.