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
2020-09-25 12:45:10 +02:00

16 lines
478 B
Plaintext

WorkflowDefinition
graph (WorkflowGraph UserId FileId)
scope WorkflowInstanceScope'
WorkflowInstance
definition WorkflowDefinition
graph (WorkflowGraph UserId FileId)
scope (WorkflowInstaceScope TermId SchoolId CourseId)
Workflow
instance WorkflowInstance
graph (WorkflowGraph UserId FileId)
initiator UserId Maybe
payload (WorkflowPayload UserId FileId)
currentNode WorkflowGraphNodeLabel Maybe