Class ProcessHistoryItem
OptimaJet.Workflow.Core.Runtime.ProcessHistoryItem
Represents a record of transition of process from one Activity to another
Namespace: OptimaJet.Workflow.Core.Runtime
public class ProcessHistoryItemInheritance
- System.Object
Properties
Name
Type
ProcessId #GuidId of a process instance
ActorIdentityId #StringAn user id for whom a command was executed
ExecutorName #StringAn user id who executed a command
ActorName #StringAn user name for whom a command was executed
ExecutorIdentityId #StringAn user name who executed a command
FromActivityName #StringSource activity name
FromStateName #StringSource state name if the state name was specified in source activity
IsFinalised #BooleanIf true specifies that process was finalized by this transition.
ToActivityName #StringDestination activity name
ToStateName #StringSource state name if the state name was specified in destination activity
TransitionClassifier #TransitionClassifierClassifier of a transition direction
TransitionTime #DateTimeTime of an execution of transition
TriggerName #StringName 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