Amazon HealthImaging · Arazzo Workflow
Amazon HealthImaging Provision Data Store
Version 1.0.0
Create a data store and poll until it becomes ACTIVE before use.
Provider
Workflows
provision-datastore
Create a HealthImaging data store and wait until it is ACTIVE.
Creates a data store with the supplied name and idempotency token, then polls the data store properties until the data store reaches the ACTIVE state or fails provisioning.
1
createDatastore
Create the data store. The response returns the new data store identifier and its initial status (typically CREATING).
2
pollDatastore
Read the data store properties and check whether provisioning has completed. Repeats while the data store is still CREATING.
3
provisioningFailed
Terminal step reached when the data store reported CREATE_FAILED. Reads the properties one final time to surface the failed status.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.