Enum ActivityExecutionEventType
public enum ActivityExecutionEventType
Namespace: OptimaJet.Workflow.Core.Logging.Events
Assembly: OptimaJet.Workflow.Core.dll
Fields
| Name | Description |
|---|---|
| StartExecution | |
| EndExecution | |
| ResumeExecution | |
| InitializeProcess | |
| InitializeSubProcess | |
| SelectActivity | |
| ExecuteCustomActivity | |
| CallAction | |
| CallCondition | |
| CallActionCondition | |
| CallActionFromProvider | |
| CallConditionFromProvider | |
| FoundAlwaysCondition | |
| FoundCondition | |
| FoundOtherwiseCondition | |
| ActionNotImplemented | |
| ActionConditionNotImplemented | |
| ActivityExecutionError | |
| InverseCondition | |
| ExecuteTransition | |
| IdleTimeout | |
| ExecuteAttempt | |
| HandlingTimeout | |
| HandlingException | |
| TriggerTransition | |
| SetActivityWithExecution | |
| SetState | |
| SetActivity |