NovaActService / Client / delete_workflow_definition

delete_workflow_definition

NovaActService.Client.delete_workflow_definition(**kwargs)

Deletes a workflow definition and all associated resources. This operation cannot be undone.

See also: AWS API Documentation

Request Syntax

response = client.delete_workflow_definition(
    workflowDefinitionName='string'
)
Parameters:

workflowDefinitionName (string) –

[REQUIRED]

The name of the workflow definition to delete.

Return type:

dict

Returns:

Response Syntax

{
    'status': 'ACTIVE'|'DELETING'
}

Response Structure

  • (dict) –

    • status (string) –

      The status of the workflow definition after deletion request.

Exceptions

  • NovaActService.Client.exceptions.AccessDeniedException

  • NovaActService.Client.exceptions.ConflictException

  • NovaActService.Client.exceptions.ResourceNotFoundException

  • NovaActService.Client.exceptions.ThrottlingException

  • NovaActService.Client.exceptions.InternalServerException

  • NovaActService.Client.exceptions.ValidationException