Amazon HealthImaging · Arazzo Workflow
Amazon HealthImaging Copy Image Set
Version 1.0.0
Resolve a source image set version, copy it to a destination, then poll until ACTIVE.
Provider
Workflows
copy-image-set
Copy a source image set into a destination and wait until it is ACTIVE.
Captures the source image set's latest version, copies it onto the destination image set, and polls the destination until copy processing finishes and the image set becomes ACTIVE.
1
getSourceImageSet
GetImageSet
Read the source image set to capture its latest version identifier, which the copy request must reference.
2
getDestinationImageSet
GetImageSet
Read the destination image set to capture its latest version identifier, required to authorize the copy onto an existing image set.
3
copyImageSet
CopyImageSet
Copy the source image set version onto the destination image set, using the captured latest version identifiers for both ends of the copy.
4
pollDestination
GetImageSet
Read the destination image set and check whether copy processing has finished. Repeats while the image set is still LOCKED.