Class ActivityFlowEventArgs
Represents the event argument for ActivityFlow.
Inheritance
System.Object
ActivityFlowEventArgs
Namespace: Mediachase.Commerce.Engine
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class ActivityFlowEventArgs : EventArgs
Constructors
ActivityFlowEventArgs()
Declaration
public ActivityFlowEventArgs()
Properties
ActivityFlowInstance
Gets the running ActivityFlow instance.
Declaration
public ActivityFlow ActivityFlowInstance { get; }
Property Value
Type | Description |
---|---|
ActivityFlow |
ActivityFlowModel
Gets the ActivityFlow model.
Declaration
public ActivityFlowModel ActivityFlowModel { get; }
Property Value
Type | Description |
---|---|
ActivityFlowModel |
ExecutionActivityFlow
Gets the Execution ActivityFlow.
Declaration
public ActivityFlowRunner ExecutionActivityFlow { get; }
Property Value
Type | Description |
---|---|
ActivityFlowRunner |
Result
Gets the execution result.
Declaration
public WorkflowResults Result { get; }
Property Value
Type | Description |
---|---|
WorkflowResults |