Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the task created for the initial state of the workflow instance should be marked as completed.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public Sub FShouldCompleteFirstTask ( _
sender As Object, _
e As ConditionalEventArgs _
)
'Usage
Dim instance As IssueTracking
Dim sender As Object
Dim e As ConditionalEventArgs
instance.FShouldCompleteFirstTask(sender, _
e)
public void FShouldCompleteFirstTask(
Object sender,
ConditionalEventArgs e
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: System.Workflow.Activities.ConditionalEventArgsThe data for the event.
Remarks
This method is a code condition that evaluates to true if the task identified by the m_taskId field is the current task and exists in the workflow task list; otherwise, it evaluates to false.