CurrentRequestActivity Class

An activity that retrieves the instance of the Request resource that triggered the current workflow.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As CurrentRequestActivity

Syntax

'Declaration
Public Class CurrentRequestActivity
    Inherits Activity
public class CurrentRequestActivity : Activity
public ref class CurrentRequestActivity : public Activity
public class CurrentRequestActivity extends Activity
public class CurrentRequestActivity extends Activity

Remarks

This activity allows custom workflow activities to retrieve data from the Request attached to the current workflow as well as write status information to the Request.

Inheritance Hierarchy

System.Object
   System.Workflow.ComponentModel.DependencyObject
     System.Workflow.ComponentModel.Activity
      Microsoft.ResourceManagement.Workflow.Activities.CurrentRequestActivity

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

CurrentRequestActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace

Other Resources

Custom Activities and Workflows