NovaActService / Client / delete_workflow_run
delete_workflow_run¶
- NovaActService.Client.delete_workflow_run(**kwargs)¶
Terminates and cleans up a workflow run, stopping all associated acts and sessions.
See also: AWS API Documentation
Request Syntax
response = client.delete_workflow_run( workflowDefinitionName='string', workflowRunId='string' )
- 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 delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'status': 'RUNNING'|'SUCCEEDED'|'FAILED'|'TIMED_OUT'|'DELETING' }
Response Structure
(dict) –
status (string) –
The status of the workflow run after deletion request.
Exceptions
NovaActService.Client.exceptions.AccessDeniedExceptionNovaActService.Client.exceptions.ConflictExceptionNovaActService.Client.exceptions.ResourceNotFoundExceptionNovaActService.Client.exceptions.ThrottlingExceptionNovaActService.Client.exceptions.InternalServerExceptionNovaActService.Client.exceptions.ValidationException