Represents a workflow definition that uses a precompiled workflow

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

Syntax

C#
public class CompiledWorkflowDefinition : WorkflowDefinition, 
	IDeepCopy<CompiledWorkflowDefinition>

Inheritance Hierarchy

System..::.Object
  EPiServer.WorkflowFoundation..::.WorkflowDefinition
    EPiServer.WorkflowFoundation..::.CompiledWorkflowDefinition

See Also