CompleteTask class
Defines a workflow activity that is used to mark a SharePoint Foundation task as completed.
Inheritance hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.Activities.CallExternalMethodActivity
Microsoft.SharePoint.WorkflowActions.CompleteTask
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflowTask", True)> _
<ToolboxBitmapAttribute(GetType(CompleteTask), "Resources.CompleteTask.bmp")> _
Public NotInheritable Class CompleteTask _
Inherits CallExternalMethodActivity
'Usage
Dim instance As CompleteTask
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflowTask", true)]
[ToolboxBitmapAttribute(typeof(CompleteTask), "Resources.CompleteTask.bmp")]
public sealed class CompleteTask : CallExternalMethodActivity
Remarks
Marking a task as completed changes the workflow status column value for that task to "Completed" in SharePoint Foundation. This activity implements the ITaskService.CompleteTask method.
SharePoint Foundation includes several activities that streamline the process of creating, updating, completing, and deleting tasks associated with a workflow. You can also use event-based activities to receive notification when tasks have been created, changed, or deleted.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See also
Reference
Microsoft.SharePoint.WorkflowActions namespace
Other resources
Workflow Activities for Windows SharePoint Services Overview
How Windows SharePoint Services Processes Workflow Activities