:doc:`Glue <../../glue>` / Client / start_workflow_run

******************
start_workflow_run
******************



.. py:method:: Glue.Client.start_workflow_run(**kwargs)

  

  Starts a new run of the specified workflow.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StartWorkflowRun>`_  


  **Request Syntax**
  ::

    response = client.start_workflow_run(
        Name='string',
        RunProperties={
            'string': 'string'
        }
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the workflow to start.

    

  
  :type RunProperties: dict
  :param RunProperties: 

    The workflow run properties for the new workflow run.

     

    Run properties may be logged. Do not pass plaintext secrets as properties. Retrieve secrets from a Glue Connection, Amazon Web Services Secrets Manager or other secret management mechanism if you intend to use them within the workflow run.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'RunId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **RunId** *(string) --* 

        An Id for the new run.

        
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Glue.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`Glue.Client.exceptions.InternalServiceException`

  
  *   :py:class:`Glue.Client.exceptions.OperationTimeoutException`

  
  *   :py:class:`Glue.Client.exceptions.ResourceNumberLimitExceededException`

  
  *   :py:class:`Glue.Client.exceptions.ConcurrentRunsExceededException`

  