Verify the status of your workflow - AWS HealthOmics

Verify the status of your workflow

After you create your workflow, you can verify the status and view other details of the workflow using get-workflow, as shown.

aws omics get-workflow --id 1234567

The response gives you your workflow details, including the status, as shown.

{ "arn": "arn:aws:omics:us-west-2:....", "id": "1234567", "status": "ACTIVE", "type": "PRIVATE", "name": "workflow_name" "creationTime": "2022-07-06T00:27:05.542459" }

Before a run can be started, the status must be listed as ACTIVE.