Glue / Client / start_workflow_run
start_workflow_run#
- Glue.Client.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' } ) - Parameters:
- Name (string) – - [REQUIRED] - The name of the workflow to start. 
- RunProperties (dict) – - The workflow run properties for the new workflow run. - (string) – - (string) – 
 
 
 
- Return type:
- dict 
- Returns:
- 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