WorkflowInstance
Workflow instance
WorkflowInstanceInternalId |
Workflow instance database internal number, database sequential number |
WorkflowInstanceId |
Workflow instance GUID No. |
ContextGuid |
Context GUID No. |
CallerInstanceId |
|
CallPath |
|
CallerContextGuid |
|
CallerParentContextGuid |
|
WorkflowTypeId |
Internal ID of the Workflow database, Workflow. WorkflowTypeId |
InitializedDateTime |
Initialization time |
DbInitializedDateTime |
|
EndDateTime |
End Time |
DbEndDateTime |
|
WorkflowInstanceEvent
Workflow instance result
WorkflowInstanceEventId |
Database serial number |
WorkflowInstanceInternalId |
Workflow instance database internal number: WorkflowInstance. WorkflowInstanceInternalId |
TrackingWorkflowEventId |
|
EventDateTime |
Result time |
EventOrder |
|
EventArgTypeId |
|
EventArg |
|
DbEventDateTime |
|
Workflow
ID and description of the workflow template type
WorkflowTypeId |
Workflow database internal number, database sequential number |
WorkflowDefinition |
XML string, Type Structure Description |
UserEvent
When you use this. TrackData method to Add User tracking results in an Activity, the data is stored in this table.
UserEventId |
User trace result ID, database sequential number |
WorkflowInstanceInternalId |
The data ID of the workflow instance to which the result belongs, WorkflowInstance. WorkflowInstanceInternalId |
EventOrder |
|
ActivityInstanceId |
ID of the Activity instance to which the user trail belongs ActivityInstance. ActivityInstanceId |
EventDateTime |
|
UserDataKey |
The user trace result KEY, which uses the KEY value of this. TrackData (KEY, DATA) |
UserDataTypeId |
|
UserData_Str |
User trace result value, Use the DATA value of this. TrackData (KEY, DATA) or this. TrackData (DATA) |
UserData_Blob |
|
UserDataNonSerializable |
|
DbEventDateTime |
|