Amazon HealthOmics · Arazzo Workflow
Amazon HealthOmics Run a Workflow in a Run Group
Version 1.0.0
Create a run group, start a run inside it, and poll the run to completion.
View Spec
View on GitHub
BioinformaticsGenomicsHealthcareLife SciencesCloud ComputingArazzoWorkflows
Provider
Workflows
run-workflow-in-group
Create a run group, start a run within it, and wait for the run to finish.
Creates a run group with concurrency and resource limits, starts a run bound to that group against an existing workflow, and polls GetRun until the run status is COMPLETED, CANCELLED, DELETED, or FAILED.
1
createRunGroup
CreateRunGroup
Create a run group that caps concurrency and resource usage for its runs.
2
startRun
StartRun
Start a run inside the new run group against an existing workflow.
3
pollRun
GetRun
Poll the run until it reaches a terminal status. The status enum is PENDING, STARTING, RUNNING, STOPPING, COMPLETED, DELETED, CANCELLED, or FAILED.