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 16:42:45 +02:00

29 lines
1.0 KiB
Plaintext

WorkflowDefinition
graph (WorkflowGraph FileReference SqlBackendKey) -- UserId
scope WorkflowInstanceScope'
name WorkflowDefinitionName
UniqueWorkflowDefinition name scope
WorkflowDefinitionDescription
definition WorkflowDefinitionId
language Lang
title Text
description Html Maybe
UniqueWorkflowDefinitionDescription definition language
WorkflowInstance
definition WorkflowDefinitionId Maybe
graph (WorkflowGraph FileReference SqlBackendKey) -- UserId
scope (WorkflowInstanceScope SqlBackendKey SqlBackendKey SqlBackendKey) -- TermId, SchoolId, CourseId
name WorkflowInstanceName
category WorkflowInstanceCategory Maybe
UniqueWorkflowInstance name scope
WorkflowWorkflow
instance WorkflowInstanceId Maybe
graph (WorkflowGraph FileReference SqlBackendKey) -- UserId
initUser UserId Maybe
initTime UTCTime
state (WorkflowState FileReference SqlBackendKey) -- UserId
currentNode WorkflowGraphNodeLabel