Glue / Client / list_workflows

list_workflows#

Glue.Client.list_workflows(**kwargs)#

Lists names of workflows created in the account.

See also: AWS API Documentation

Request Syntax

response = client.list_workflows(
    NextToken='string',
    MaxResults=123
)
Parameters:
  • NextToken (string) – A continuation token, if this is a continuation request.

  • MaxResults (integer) – The maximum size of a list to return.

Return type:

dict

Returns:

Response Syntax

{
    'Workflows': [
        'string',
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • Workflows (list) –

      List of names of workflows in the account.

      • (string) –

    • NextToken (string) –

      A continuation token, if not all workflow names have been returned.

Exceptions