feat: add workflow step detail field

This commit is contained in:
Methapon Metanipat 2024-11-05 08:31:57 +07:00
parent b758067e14
commit 4fc88b9872
3 changed files with 30 additions and 0 deletions

View file

@ -946,6 +946,7 @@ model WorkflowTemplateStep {
order Int
name String
detail String?
type String?
value WorkflowTemplateStepValue[] // NOTE: For enum or options type
responsiblePerson WorkflowTemplateStepUser[]