DeleteWorkflowResponse¶
| Field | Type | Description |
|---|---|---|
| violations | If non-empty, the operation failed. These are violations that need to be resolved before the workflow can be deleted. |
Example¶
JSON
{
"violations": [
{
"message": "Example text"
}
]
}
DeleteWorkflowResponse.Violation¶
| Field | Type | Description |
|---|---|---|
| message | string | User friendly message that explains the violation. |
Example¶
JSON
{
"message": "Example text"
}