Workflow Tables
The following table describes the Workflow reporting database tables and their descriptions.
Table | Description |
---|---|
Dim_Workflow | Workflow definitions. |
Dim_WorkflowSchedule | Schedule definitions. |
Dim_WorkflowSubprocess | Global subprocess definitions. |
Dim_WorkflowCompletionCode | Completion code definitions. |
Dim_WorkflowCategory | Category definitions. |
Fact_WorkflowsInCategory | Workflow definition and category association. |
Fact_WorkflowSchedulesInCategory | Schedule definition and category association. |
Fact_WorkflowSubprocessesInCategory | Global subprocess definition and category association. |
Fact_WorkflowCompletionCodesInCategory | Completion code definition and category association. |
Dim_WorkflowStep | Workflow step definitions. |
Dim_WorkflowScheduleStep | Workflow schedule step definitions. |
Fact_WorkflowTaskInstance | Workflow instance history data. |
Fact_WorkflowTaskStepInstance | Workflow step instance history data. |
Fact_WorkflowTrackedVariable | Workflow tracked variables. |
Fact_WorkflowStepTrackedVariable | Workflow step tracked variables. |
Fact_WorkflowScheduleTrackedVariable | Workflow schedule tracked variables. |
Fact_WorkflowScheduleStepTrackedVariable | Workflow schedule step tracked variables. |
Fact_WorkflowTaskInstanceTrackedVariable | Workflow instance tracked variables. |
Fact_WorkflowTaskStepInstanceTrackedVariable | Workflow step instance tracked variables. |
The following diagrams illustrate the relationships between the Workflow tables:
Note: In order to report on this data, tracking configuration in the Workflow model must be set.