November Happy Hour will be moved to Thursday December 5th.

Class CheckInstoreInventoryActivity

Inheritance
System.Object
CheckInstoreInventoryActivity
Namespace: Mediachase.Commerce.Workflow.Activities.PurchaseOrderActivities
Assembly: Mediachase.Commerce.Workflow.dll
Version: 12.17.2
Syntax
[Obsolete("Use CheckInventoryActivity instead. Will be removed in a future major release, but not earlier than August 2018.")]
public class CheckInstoreInventoryActivity : HandoffActivityBase

Constructors

CheckInstoreInventoryActivity()

Declaration
public CheckInstoreInventoryActivity()

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