WorkflowEnvironment Class
Represents the transactional environment of the workflow instance that is running on the current thread.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
The WorkflowEnvironment type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | WorkBatch | Gets the current work batch. |
![]() ![]() | WorkflowInstanceId | Gets the Guid of the workflow instance associated with the current thread. |
The WorkflowEnvironment represents the transactional environment of the workflow instance that is running on the current thread. WorkflowEnvironment has two properties: the WorkBatch property, which exposes the current work batch and allows a host or a host service to participate in the current transaction by adding IPendingWork items to this property; and the WorkflowInstanceId property, which exposes the Guid of the workflow instance currently running on this thread.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
