IssueTracking.CheckFlags Method
Checks flags after a workflow step.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public Sub CheckFlags ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim instance As IssueTracking
Dim sender As Object
Dim e As EventArgs
instance.CheckFlags(sender, e)
public void CheckFlags(
Object sender,
EventArgs e
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: System.EventArgsThe data for the event.
Remarks
When a task is created, the workflow instance must wait until the task is completed or deleted before it can continue. The workflow markup file IssueTracking.xoml calls this method to check the status of the workflow item and workflow task, and to set the flag that indicates whether the workflow instance should wait for the task.