Glue / Client / update_workflow

update_workflow#

Glue.Client.update_workflow(**kwargs)#

Updates an existing workflow.

See also: AWS API Documentation

Request Syntax

response = client.update_workflow(
    Name='string',
    Description='string',
    DefaultRunProperties={
        'string': 'string'
    },
    MaxConcurrentRuns=123
)
Parameters:
  • Name (string) –

    [REQUIRED]

    Name of the workflow to be updated.

  • Description (string) – The description of the workflow.

  • DefaultRunProperties (dict) –

    A collection of properties to be used as part of each execution of the workflow.

    • (string) –

      • (string) –

  • MaxConcurrentRuns (integer) – You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.

Return type:

dict

Returns:

Response Syntax

{
    'Name': 'string'
}

Response Structure

  • (dict) –

    • Name (string) –

      The name of the workflow which was specified in input.

Exceptions

  • Glue.Client.exceptions.InvalidInputException

  • Glue.Client.exceptions.EntityNotFoundException

  • Glue.Client.exceptions.InternalServiceException

  • Glue.Client.exceptions.OperationTimeoutException

  • Glue.Client.exceptions.ConcurrentModificationException