Learn R Programming

paws.analytics (version 0.1.6)

glue_get_workflow_run: Retrieves the metadata for a given workflow run

Description

Retrieves the metadata for a given workflow run.

Usage

glue_get_workflow_run(Name, RunId, IncludeGraph)

Arguments

Name

[required] Name of the workflow being run.

RunId

[required] The ID of the workflow run.

IncludeGraph

Specifies whether to include the workflow graph in response or not.

Request syntax

svc$get_workflow_run(
  Name = "string",
  RunId = "string",
  IncludeGraph = TRUE|FALSE
)