Result of deletion of each workflow
JSON representation |
---|
{
"identifier": string,
"errorMessage": string,
"status": enum ( |
Fields | |
---|---|
identifier |
Required. Workflow identifier |
errorMessage |
Required. Error message to return to the user |
status |
Optional. Status of deletion |
failed |
Required. Flag indicating whether the operation failed |
WorkflowDeletionStatusEnum
Enum for Workflow Deletion Status
Enums | |
---|---|
DELETED |
Successful deletion. |
ARCHIVED |
Workflow is archived. |
ATTACHED |
Cannot delete workflow, it is used. |