IWorkflowInstanceExtension Interface

Definition

This interface is implemented by composite extensions, or extensions that need access to the workflow instance. Implementers of this interface will be called by the WorkflowInstance prior to execution in order to provide additional extensions, or get access to the WorkflowInstance through the WorkflowInstanceProxy.

public interface class IWorkflowInstanceExtension
public interface IWorkflowInstanceExtension
type IWorkflowInstanceExtension = interface
Public Interface IWorkflowInstanceExtension
Derived

Methods

GetAdditionalExtensions()

When implemented, returns any additional extensions the implementing class requires.

SetInstance(WorkflowInstanceProxy)

Sets the specified target WorkflowInstanceProxy.

Applies to