feat: add workflow step detail field
This commit is contained in:
parent
b758067e14
commit
4fc88b9872
3 changed files with 30 additions and 0 deletions
|
|
@ -946,6 +946,7 @@ model WorkflowTemplateStep {
|
|||
|
||||
order Int
|
||||
name String
|
||||
detail String?
|
||||
type String?
|
||||
value WorkflowTemplateStepValue[] // NOTE: For enum or options type
|
||||
responsiblePerson WorkflowTemplateStepUser[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue