glue_get_workflow_runs {paws.analytics} | R Documentation |
Retrieves metadata for all runs of a given workflow
Description
Retrieves metadata for all runs of a given workflow.
See https://www.paws-r-sdk.com/docs/glue_get_workflow_runs/ for full documentation.
Usage
glue_get_workflow_runs(
Name,
IncludeGraph = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
Name |
[required] Name of the workflow whose metadata of runs should be returned. |
IncludeGraph |
Specifies whether to include the workflow graph in response or not. |
NextToken |
The maximum size of the response. |
MaxResults |
The maximum number of workflow runs to be included in the response. |
[Package paws.analytics version 0.9.0 Index]