Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Enum ActivityExecutionEventType

OptimaJet.Workflow.Core.Logging.Events.ActivityExecutionEventType

public enum ActivityExecutionEventType

Fields

StartExecution = 0 #
EndExecution = 1 #
ResumeExecution = 2 #
InitializeProcess = 3 #
InitializeSubProcess = 4 #
SelectActivity = 5 #
ExecuteCustomActivity = 6 #
CallAction = 7 #
CallCondition = 8 #
CallActionCondition = 9 #
CallActionFromProvider = 10 #
CallConditionFromProvider = 11 #
FoundAlwaysCondition = 12 #
FoundCondition = 13 #
FoundOtherwiseCondition = 14 #
ActionNotImplemented = 15 #
ActionConditionNotImplemented = 16 #
ActivityExecutionError = 17 #
InverseCondition = 18 #
ExecuteTransition = 19 #
IdleTimeout = 20 #
ExecuteAttempt = 21 #
HandlingTimeout = 22 #
HandlingException = 23 #
TriggerTransition = 24 #
SetActivityWithExecution = 25 #
SetState = 26 #
SetActivity = 27 #