Learn R Programming

paws.analytics (version 0.7.0)

glue_get_workflow_run: Retrieves the metadata for a given workflow run

Description

Retrieves the metadata for a given workflow run. Job run history is accessible for 90 days for your workflow and job run.

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

Usage

glue_get_workflow_run(Name, RunId, IncludeGraph = NULL)

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.