Represents an running instance of a workflow definition

Namespace:  EPiServer.WorkflowFoundation
Assembly:  EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 5.2.375.236

Syntax

C#
public class WorkflowDefinitionInstance : IDeepCopy<WorkflowDefinitionInstance>

Remarks

implements IItem to make it possible to persist in Object Store

Inheritance Hierarchy

System..::.Object
  EPiServer.WorkflowFoundation..::.WorkflowDefinitionInstance

See Also