SetCustomWorkflowStatus class

Defines a workflow activity that is used to set the workflow to the specified status.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.SetCustomWorkflowStatus

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

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(SetState), "Resources.SetState.bmp")> _
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
Public NotInheritable Class SetCustomWorkflowStatus _
    Inherits Activity
'Usage
Dim instance As SetCustomWorkflowStatus
[ToolboxBitmapAttribute(typeof(SetState), "Resources.SetState.bmp")]
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
public sealed class SetCustomWorkflowStatus : Activity

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

SetCustomWorkflowStatus members

Microsoft.SharePoint.WorkflowActions namespace