Glue / Client / get_workflow_run_properties
get_workflow_run_properties#
- Glue.Client.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