fix(workflows): refer by id in model
This commit is contained in:
parent
8943c3e3bf
commit
94f78a07d9
@ -5,7 +5,7 @@ WorkflowDefinition
|
||||
UniqueWorkflowDefinition name scope
|
||||
|
||||
WorkflowInstance
|
||||
definition WorkflowDefinition
|
||||
definition WorkflowDefinitionId
|
||||
graph (WorkflowGraph SqlBackendKey SqlBackendKey) -- FileId, UserId
|
||||
scope (WorkflowInstanceScope SqlBackendKey SqlBackendKey SqlBackendKey) -- TermId, SchoolId, CourseId
|
||||
name (CI Text)
|
||||
@ -13,7 +13,7 @@ WorkflowInstance
|
||||
UniqueWorkflowInstance name scope
|
||||
|
||||
WorkflowWorkflow
|
||||
instance WorkflowInstance
|
||||
instance WorkflowInstanceId
|
||||
graph (WorkflowGraph SqlBackendKey SqlBackendKey) -- FileId, UserId
|
||||
initUser UserId Maybe
|
||||
initTime UTCTime
|
||||
|
||||
Loading…
Reference in New Issue
Block a user