:doc:`NovaActService <../../nova-act>` / Client / update_workflow_run

*******************
update_workflow_run
*******************



.. py:method:: NovaActService.Client.update_workflow_run(**kwargs)

  

  Updates the configuration or state of an active workflow run.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/nova-act-2025-08-22/UpdateWorkflowRun>`_  


  **Request Syntax**
  ::

    response = client.update_workflow_run(
        workflowDefinitionName='string',
        workflowRunId='string',
        status='RUNNING'|'SUCCEEDED'|'FAILED'|'TIMED_OUT'|'DELETING'
    )
    
  :type workflowDefinitionName: string
  :param workflowDefinitionName: **[REQUIRED]** 

    The name of the workflow definition containing the workflow run.

    

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

    The unique identifier of the workflow run to update.

    

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

    The new status to set for the workflow run.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`NovaActService.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`NovaActService.Client.exceptions.ConflictException`

  
  *   :py:class:`NovaActService.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`NovaActService.Client.exceptions.ThrottlingException`

  
  *   :py:class:`NovaActService.Client.exceptions.InternalServerException`

  
  *   :py:class:`NovaActService.Client.exceptions.ValidationException`

  