Skip to content

List Workflows

glue_list_workflows R Documentation

Lists names of workflows created in the account

Description

Lists names of workflows created in the account.

Usage

glue_list_workflows(NextToken, MaxResults)

Arguments

NextToken

A continuation token, if this is a continuation request.

MaxResults

The maximum size of a list to return.

Value

A list with the following syntax:

list(
  Workflows = list(
    "string"
  ),
  NextToken = "string"
)

Request syntax

svc$list_workflows(
  NextToken = "string",
  MaxResults = 123
)