Azure Container Apps · Arazzo Workflow
Azure Container Apps Run Existing Job
Version 1.0.0
Confirm a job is provisioned and manually triggerable, then start an execution.
Provider
Workflows
run-existing-job
Verify an existing job is ready and start one execution of it.
Reads the job, confirms its provisioningState is Succeeded, and starts a single execution, returning the execution status.
1
getJob
Jobs_Get
Read the job and confirm it has finished provisioning before starting an execution.
2
startExecution
Jobs_Start
Start a single execution of the job. The request body is sent empty so the job runs with its own configured template.