NovaActService / Client / update_workflow_run
update_workflow_run¶
- NovaActService.Client.update_workflow_run(**kwargs)¶
Updates the configuration or state of an active workflow run.
See also: AWS API Documentation
Request Syntax
response = client.update_workflow_run( workflowDefinitionName='string', workflowRunId='string', status='RUNNING'|'SUCCEEDED'|'FAILED'|'TIMED_OUT'|'DELETING' )
- Parameters:
workflowDefinitionName (string) –
[REQUIRED]
The name of the workflow definition containing the workflow run.
workflowRunId (string) –
[REQUIRED]
The unique identifier of the workflow run to update.
status (string) –
[REQUIRED]
The new status to set for the workflow run.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
NovaActService.Client.exceptions.AccessDeniedExceptionNovaActService.Client.exceptions.ConflictExceptionNovaActService.Client.exceptions.ResourceNotFoundExceptionNovaActService.Client.exceptions.ThrottlingExceptionNovaActService.Client.exceptions.InternalServerExceptionNovaActService.Client.exceptions.ValidationException