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 13:13:24 +02:00

29 lines
1.1 KiB
Plaintext

WorkflowDefinition
graph (WorkflowGraph SqlBackendKey SqlBackendKey) -- FileId, 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 SqlBackendKey SqlBackendKey) -- FileId, UserId
scope (WorkflowInstanceScope SqlBackendKey SqlBackendKey SqlBackendKey) -- TermId, SchoolId, CourseId
name WorkflowInstanceName
category WorkflowInstanceCategory Maybe
UniqueWorkflowInstance name scope
WorkflowWorkflow
instance WorkflowInstanceId Maybe
graph (WorkflowGraph SqlBackendKey SqlBackendKey) -- FileId, UserId
initUser UserId Maybe
initTime UTCTime
state (WorkflowState SqlBackendKey SqlBackendKey) -- FileId, UserId
currentNode WorkflowGraphNodeLabel