Class AdjustInstoreInventoryActivity

Inheritance
System.Object
AdjustInstoreInventoryActivity
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Workflow.Activities.PurchaseOrderActivities
Assembly: Mediachase.Commerce.Workflow.dll
Version: 10.8.0
Syntax
[Obsolete("The AdjustInventoryActivity handled in store inventory adjustment now. Use the AdjustInventoryActivity instead. This activity will be removed in version 10.")]
public class AdjustInstoreInventoryActivity : HandoffActivityBase

Constructors

AdjustInstoreInventoryActivity()

Declaration
public AdjustInstoreInventoryActivity()

Methods

Execute(ActivityExecutionContext)

Called by the workflow runtime to execute an activity.

Declaration
protected override ActivityExecutionStatus Execute(ActivityExecutionContext executionContext)
Parameters
Type Name Description
ActivityExecutionContext executionContext

The ActivityExecutionContext to associate with this Activity and execution.

Returns
Type Description
ActivityExecutionStatus

The ActivityExecutionStatus of the run task, which determines whether the activity remains in the executing state, or transitions to the closed state.

Overrides