Retrieves metadata for all runs of a given workflow.
glue_get_workflow_runs(Name, IncludeGraph, NextToken, MaxResults)
[required] Name of the workflow whose metadata of runs should be returned.
Specifies whether to include the workflow graph in response or not.
The maximum size of the response.
The maximum number of workflow runs to be included in the response.
svc$get_workflow_runs( Name = "string", IncludeGraph = TRUE|FALSE, NextToken = "string", MaxResults = 123 )