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

***************************
put_workflow_run_properties
***************************



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

  

  Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.

  

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


  **Request Syntax**
  ::

    response = client.put_workflow_run_properties(
        Name='string',
        RunId='string',
        RunProperties={
            'string': '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 for which the run properties should be updated.

    

  
  :type RunProperties: dict
  :param RunProperties: **[REQUIRED]** 

    The properties to put for the specified 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**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.AlreadyExistsException`

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

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

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

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

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

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

  