glue_resume_workflow_run: Restarts selected nodes of a previous partially completed...

View source: R/glue_operations.R

glue_resume_workflow_runR Documentation

Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run

Description

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.

See https://www.paws-r-sdk.com/docs/glue_resume_workflow_run/ for full documentation.

Usage

glue_resume_workflow_run(Name, RunId, NodeIds)

Arguments

Name

[required] The name of the workflow to resume.

RunId

[required] The ID of the workflow run to resume.

NodeIds

[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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.