fradrive/models/workflows.model
2020-09-25 12:44:15 +02:00

15 lines
316 B
Plaintext

WorkflowDefinition
graph WorkflowGraph
initiator WorkflowInitiator
WorkflowInitiator
-- TODO descriptor of a "role" that can initiate an instance of a workflow in a specified scope
WorkflowInstance
definition WorkflowDefinition
initiator UserId
Flow
instance WorkflowInstance