start_workflow_run
(**kwargs)¶Starts a new run of the specified workflow.
See also: AWS API Documentation
Request Syntax
response = client.start_workflow_run(
Name='string',
RunProperties={
'string': 'string'
}
)
[REQUIRED]
The name of the workflow to start.
The workflow run properties for the new workflow run.
dict
Response Syntax
{
'RunId': 'string'
}
Response Structure
(dict) --
RunId (string) --
An Id for the new run.
Exceptions
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.EntityNotFoundException
Glue.Client.exceptions.InternalServiceException
Glue.Client.exceptions.OperationTimeoutException
Glue.Client.exceptions.ResourceNumberLimitExceededException
Glue.Client.exceptions.ConcurrentRunsExceededException