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
Sarah Vaupel 8995248bff refactor(workflows): switch to Int64 instead of *Id
also fix rebase conflicts
2020-09-25 12:57:38 +02:00

16 lines
396 B
Plaintext

WorkflowDefinition
graph WorkflowGraph
scope WorkflowInstanceScope'
WorkflowInstance
definition WorkflowDefinition
graph WorkflowGraph
scope WorkflowInstanceScope
WorkflowWorkflow
instance WorkflowInstance
graph WorkflowGraph
initiator UserId Maybe
payload WorkflowPayload
currentNode WorkflowGraphNodeLabel Maybe