Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ActivityFlowEventArgs

Represents the event argument for ActivityFlow.

Inheritance
System.Object
ActivityFlowEventArgs
Namespace: Mediachase.Commerce.Engine
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
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