Workflow Status structure
| Field | Type | Description | Optional | Searchable |
|---|---|---|---|---|
| _id | ObjectId | Identificador único do status. | required | false |
| code | string | Código do status. | not required | false |
| name | string | Nome do status. | not required | false |
| color | string | Cor associada ao status. | not required | false |
| tags | array(string) | Tags associadas ao status. | not required | false |
| notify | boolean | Indica se o status deve disparar notificações. | not required | false |
| enabled | boolean | Indica se o status está habilitado. | not required | false |
| outcome | enum | Resultado final do status. Valores possíveis: void = "void"cancel = "cancel"done = "done" | not required | false |
Copyright © 2025 kruzer | All Rights Reserved