SPUserCodeWorkflowActivity Class

Defines a workflow activity that is used to execute a sandboxed solution workflow action.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(SPUserCodeWorkflowActivityValidator))> _
Public Class SPUserCodeWorkflowActivity _
    Inherits CompositeActivity _
    Implements IActivityEventListener(Of ActivityExecutionStatusChangedEventArgs)
'Usage
Dim instance As SPUserCodeWorkflowActivity
[ActivityValidatorAttribute(typeof(SPUserCodeWorkflowActivityValidator))]
public class SPUserCodeWorkflowActivity : CompositeActivity, 
    IActivityEventListener<ActivityExecutionStatusChangedEventArgs>

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

SPUserCodeWorkflowActivity Members

Microsoft.SharePoint.WorkflowActions Namespace