Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

get_workflow_run_properties

get_workflow_run_properties(**kwargs)

Retrieves the workflow run properties which were set during the run.

See also: AWS API Documentation

Request Syntax

response = client.get_workflow_run_properties(
    Name='string',
    RunId='string'
)
Parameters
  • Name (string) --

    [REQUIRED]

    Name of the workflow which was run.

  • RunId (string) --

    [REQUIRED]

    The ID of the workflow run whose run properties should be returned.

Return type

dict

Returns

Response Syntax

{
    'RunProperties': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • RunProperties (dict) --

      The workflow run properties which were set during the specified run.

      • (string) --
        • (string) --

Exceptions

  • Glue.Client.exceptions.InvalidInputException
  • Glue.Client.exceptions.EntityNotFoundException
  • Glue.Client.exceptions.InternalServiceException
  • Glue.Client.exceptions.OperationTimeoutException