DeleteWorkflowResponse¶
Source definition: src/bitdrift/public/unary/workflows/v1/workflow.proto#L1003-L1011
| 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¶
Source definition: src/bitdrift/public/unary/workflows/v1/workflow.proto#L1004-L1007
| Field | Type | Description |
|---|---|---|
| message | string | User friendly message that explains the violation. |
Example¶
JSON
{
"message": "Example text"
}