IssueTracking.OnWorkflowActivated Method

Occurs when a new workflow instance is initiated for an issue.

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

Syntax

'Declaration
Public Sub OnWorkflowActivated ( _
    sender As Object, _
    e As EventArgs _
)
'Usage
Dim instance As IssueTracking
Dim sender As Object
Dim e As EventArgs

instance.OnWorkflowActivated(sender, _
    e)
public void OnWorkflowActivated(
    Object sender,
    EventArgs e
)

Parameters

Remarks

This method initializes the properties of the new workflow instance for an issue. If this method cannot get the status column of the workflow task list, this method throws a MissingFieldException.

See Also

Reference

IssueTracking Class

IssueTracking Members

Microsoft.SharePoint.Workflow.Application Namespace