2022/01/13 - AWS Glue - 1 updated api methods
Changes This SDK release adds support to pass run properties when starting a workflow run
{'RunProperties': {'string': 'string'}}
Starts a new run of the specified workflow.
See also: AWS API Documentation
Request Syntax
client.start_workflow_run( Name='string', RunProperties={ 'string': 'string' } )
string
[REQUIRED]
The name of the workflow to start.
dict
The workflow run properties for the new workflow run.
(string) --
(string) --
dict
Response Syntax
{ 'RunId': 'string' }
Response Structure
(dict) --
RunId (string) --
An Id for the new run.