Amazon HealthOmics · Arazzo Workflow
Amazon HealthOmics Run a Private Workflow
Version 1.0.0
Register a private workflow, start a run, poll it to completion, and list its tasks.
View Spec
View on GitHub
BioinformaticsGenomicsHealthcareLife SciencesCloud ComputingArazzoWorkflows
Provider
Workflows
run-private-workflow
Create a private workflow, start a run, wait for it to finish, then list tasks.
Registers a private workflow definition, starts a run, polls GetRun until the run status is COMPLETED, CANCELLED, DELETED, or FAILED, and on completion enumerates the run's tasks via ListRunTasks.
1
2
3
pollRun
Poll the run until it reaches a terminal status. The status enum is PENDING, STARTING, RUNNING, STOPPING, COMPLETED, DELETED, CANCELLED, or FAILED.
4
listRunTasks
List the tasks for the completed run so individual task results can be inspected.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.