Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ProcessHistoryItem

OptimaJet.Workflow.Core.Runtime.ProcessHistoryItem

Represents a record of transition of process from one Activity to another

public class ProcessHistoryItem

Inheritance

  • System.Object

Properties

Name
Type
ProcessId #
Guid
Id of a process instance
ActorIdentityId #
String
An user id for whom a command was executed
ExecutorName #
String
An user id who executed a command
ActorName #
String
An user name for whom a command was executed
ExecutorIdentityId #
String
An user name who executed a command
FromActivityName #
String
Source activity name
FromStateName #
String
Source state name if the state name was specified in source activity
IsFinalised #
Boolean
If true specifies that process was finalized by this transition.
ToActivityName #
String
Destination activity name
ToStateName #
String
Source state name if the state name was specified in destination activity
TransitionClassifier #
TransitionClassifier
Classifier of a transition direction
TransitionTime #
DateTime
Time of an execution of transition
TriggerName #
String
Name of a command or timer an execution of which led to an execution of transition
StartTransitionTime #
Nullable<DateTime>
Time of an start execution of transition
TransitionDuration #
Nullable<Int64>
Duration of an execution of transition in ms