Amazon HealthOmics · Arazzo Workflow
Amazon HealthOmics Inspect a Run Task
Version 1.0.0
Confirm a run exists, list its tasks, and fetch detail for the first task.
View Spec
View on GitHub
BioinformaticsGenomicsHealthcareLife SciencesCloud ComputingArazzoWorkflows
Provider
Workflows
inspect-run-task
Read a run, list its tasks, and get detail for the first task.
Calls GetRun to confirm the run, ListRunTasks to enumerate its tasks, and GetRunTask to retrieve the first task's detail. Branches to end early when the run has no tasks.
1
getRun
GetRun
Read the run to confirm it exists and capture its current status.
2
listRunTasks
ListRunTasks
List the tasks that make up the run.
3
getRunTask
GetRunTask
Fetch the detailed record for the first task in the run.