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.
glue_resume_workflow_run(Name, RunId, NodeIds)
[required] The name of the workflow to resume.
[required] The ID of the workflow run to resume.
[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.
A list with the following syntax:
list( RunId = "string", NodeIds = list( "string" ) )
svc$resume_workflow_run( Name = "string", RunId = "string", NodeIds = list( "string" ) )