glue_get_workflow_runs: Retrieves metadata for all runs of a given workflow

View source: R/glue_operations.R

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


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