resumeWorkflowRun
inline suspend fun GlueClient.resumeWorkflowRun(crossinline block: ResumeWorkflowRunRequest.Builder.() -> Unit): ResumeWorkflowRunResponse
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.