v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.

post/#X-Amz-Target=AWSGlue.ResumeWorkflowRun

Headers

X-Amz-Target'AWSGlue.ResumeWorkflowRun' required

Request body

Namestring required

The name of the workflow to resume.

RunIdstring required

The ID of the workflow run to resume.

NodeIdsNameString[] required

A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.

Response

Success

RunIdstring

The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.

NodeIdsNameString[]

A list of the node IDs for the nodes that were actually restarted.