Red Hat · Arazzo Workflow
Red Hat Ansible Automation Platform Provision and Run Job
Version 1.0.0
Create a job template, launch it, and poll the resulting job to completion.
View Spec
View on GitHub
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen SourceArazzoWorkflows
Provider
Workflows
provision-and-run-job
Create a job template, launch a job from it, and wait for the run to finish.
Creates a job template referencing an existing project, inventory, and playbook, launches a job from the new template, then polls the job until it is no longer in a pending or running state.
1
createTemplate
createJobTemplate
Create a new job template bound to the supplied project, inventory, and playbook so it can be launched on demand.
2
launchJob
launchJobTemplate
Launch a job from the freshly created template, optionally overriding the run with extra variables.
3
pollJob
getJob
Retrieve the job record and check whether it has reached a terminal status. While the job is still new, pending, waiting, or running, repeat this step.
Source API Descriptions
openapi