Workflow Steps structure
| Field | Type | Description | Optional | Searchable |
|---|---|---|---|---|
| name | String | Name of the step. | required | false |
| code | String | Code of the step. | required | false |
| description | String | Description of the step. | not required | false |
| allocation_time | number | Allocation time of the step. | not required | false |
| users_groups | array(object) | Users groups of the step. | not required | false |
| users | array(object) | Users of the step estrutura: id - ObjectId - required name - string - required | not required | false |
| status | array(object) | Status of the step | not required | false |
| scopes | array(enum) | Scopes of the step um possível valor: 'all' = 'all' | not required | false |
| locker | boolean | Locker of the step. | not required | false |
| editable | boolean | Is editable of the step. | not required | false |
Copyright © 2025 kruzer | All Rights Reserved