A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class WorkflowsVNext

Feature allows the vnext version of workflows to be run

Inheritance
System.Object
WorkflowsVNext
Implements
Namespace: Mediachase.Commerce.Core.Features
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class WorkflowsVNext : Object, IFeature

Constructors

WorkflowsVNext()

Declaration
public WorkflowsVNext()

Fields

FeatureWorkflowsVNext

The feature workflows v next

Declaration
public const string FeatureWorkflowsVNext = "WorkflowsVNext"
Field Value
Type Description
System.String

Properties

Name

Gets the name.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

The name.

State

Gets or sets the state.

Declaration
public FeatureState State { get; }
Property Value
Type Description
FeatureState

The state.

Methods

DisableFeature()

Disables the feature.

Declaration
public void DisableFeature()

EnableFeature()

Enables the feature.

Declaration
public void EnableFeature()

Implements