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 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, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.