Datapolis Process System
Database
Datapolis Process System stores workflow history data in database. You can connect to this database and prepare reports with SQL Reporting Services or any other similar application. In this section you will find details about a tables that store important data for reports.
History
This table contains full history of every workflow instance:
-1 - Undefined - Event not specified
0 - None
1 - WorkflowStarted - The workflow event concerns the workflow instance being initiated.
2 - WorkflowCompleted - The workflow event concerns the workflow instance being completed.
3 - WorkflowCancelled - The workflow event concerns the workflow instance being cancelled.
4 - WorkflowDeleted - The workflow event concerns the workflow instance being deleted. 5 - TaskCreated - The workflow event concerns a workflow task being created.
6 - TaskCompleted - The workflow event concerns a workflow task being marked as complete.
7 - TaskModified - The workflow event concerns a workflow task being modified.
8 - TaskRolledBack - The workflow event concerns changes to a workflow task being rolled back.
9 - TaskDeleted - The workflow event concerns a workflow task being deleted.
10 - WorkflowError - The workflow event concerns the workflow instance generating an error.
11 - WorkflowComment - The workflow event concerns a comment being written for the workflow instance.
12 - StateStart - Workflow entered start state
13 - State - Workflow entered state
14 - StateFinish - Workflow entered final state
15 - Action - Workflow action has been lauched
16 - ActionParameters - Workflow action parameters data (logged after action launch)
17 - Decision - Workflow entered decision state
18 - WorkflowInitialParameters - Workflow initial parameters information (logged at workflow start)
19 - Parameter - Workflow activity parameter information (logged when activity launched)
20 - Activity - Workflow activity has been launched
21 - WorkflowTerminated - Workflow has been terminated
22 - SPObjectsMissing - The workflow event concerns the workflow instance that misses some SP objects, e.g. ParentAssociation.
100 - ApplicationStarted - Application (e.g shared workflow) start event
101 - ApplicationFinished - Application (e.g shared workflow) finished event
102 - ApplicationError - Application error has occured
103 - ApplicationTerminated - Application has been terminated
Dictionary
This table contains a dictionary of related to workflow objects. This can be used to extend you reports to be more understandable for end users.