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'
)
[REQUIRED]
Name of the workflow which was run.
[REQUIRED]
The ID of the workflow run whose run properties should be returned.
dict
Response Syntax
{
'RunProperties': {
'string': 'string'
}
}
Response Structure
(dict) --
RunProperties (dict) --
The workflow run properties which were set during the specified run.
Exceptions
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.EntityNotFoundException
Glue.Client.exceptions.InternalServiceException
Glue.Client.exceptions.OperationTimeoutException