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

Visual Basic
Dim instance As CurrentRequestActivity

Syntax

Visual Basic
Public Class CurrentRequestActivity
		Inherits Activity
C#
public class CurrentRequestActivity : Activity
C++
public ref class CurrentRequestActivity : public Activity
J#
public class CurrentRequestActivity extends Activity
JScript
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

Target Platforms

Windows 2008 x64 Edition

See Also