SPWorkflowExternalDataExchangeService.BeforeWorkflowRun method

When overridden in a derived class, represents the method that will be called before the specified workflow is executed.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

public virtual void BeforeWorkflowRun(
    SPWorkflow workflow,
    IPendingWork pendingWork
)

Parameters

Remarks

This method is called before the specified workflow is executed.

See also

Reference

SPWorkflowExternalDataExchangeService class

SPWorkflowExternalDataExchangeService members

Microsoft.SharePoint.Workflow namespace