This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/models/workflows.model

16 lines
560 B
Plaintext

WorkflowDefinition
graph (WorkflowGraph Int64 Int64)
scope WorkflowInstanceScope'
WorkflowInstance
definition WorkflowDefinition
graph (WorkflowGraph Int64 Int64) -- FileId, UserId
scope (WorkflowInstanceScope Int64 Int64 Int64) -- TermId, SchoolId, CourseId
WorkflowWorkflow
instance WorkflowInstance
graph (WorkflowGraph Int64 Int64) -- FileId, UserId
initiator UserId Maybe
payload (WorkflowPayload Int64 Int64) -- FileId, UserId
currentNode WorkflowGraphNodeLabel Maybe