GitHub · Arazzo Workflow
GitHub Dispatch a Workflow and Poll the Run
Version 1.0.0
Trigger a workflow_dispatch event, locate the resulting run, and poll it to completion.
Provider
Workflows
dispatch-workflow-and-poll-run
Dispatch a workflow, find the run, and poll it until completed.
Triggers a workflow_dispatch event, lists runs for the workflow to obtain the latest run id, and polls the run until it completes.
1
dispatchWorkflow
createWorkflowDispatchEvent
Trigger a workflow_dispatch event for the workflow against the supplied ref.
2
findRun
listWorkflowRunsForWorkflow
List the workflow's runs and capture the id of the most recent run, which corresponds to the run that was just dispatched.
3
pollRun
getWorkflowRun
Poll the workflow run until its status reports as completed, retrying while the run is still in progress.
Source API Descriptions
openapi