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

***************************
get_workflow_run_properties
***************************



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

  

  Retrieves the workflow run properties which were set during the run.

  

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


  **Request Syntax**
  ::

    response = client.get_workflow_run_properties(
        Name='string',
        RunId='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    Name of the workflow which was run.

    

  
  :type RunId: string
  :param RunId: **[REQUIRED]** 

    The ID of the workflow run whose run properties should be returned.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **RunProperties** *(dict) --* 

        The workflow run properties which were set during the specified run.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **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`

  