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:44:15 +02:00

15 lines
386 B
Plaintext

WorkflowDefinition
graph (WorkflowGraph FileId)
initiator (WorkflowRole UserId AuthDNF)
WorkflowInitiator
-- TODO descriptor of a "role" that can initiate an instance of a workflow in a specified scope
WorkflowInstance
definition WorkflowDefinition
initiator (WorkflowRole UserId AuthDNF)
Workflow
instance WorkflowInstance
initiator UserId