Share via


The WaitForTransparentProcessEvent Activity

The WaitForTransparentProcessEvent activity lets you create a transparent workflow process that waits for a specific workflow event before running. You place the WaitForTransparentProcessEvent at the beginning of your transparent workflow process, and then configure it to wait for the correct event to trigger the rest of the workflow functionality. For more information, see Building a Transparent Process.

The following table describes the properties exposed by this activity.

Property Name

Description

Event

The type of event that the activity waits for. Can be any of the transparent process event types: Started, Ended, EventReceived, EventProcessed, or Exception. For more information, see How the DCS Runtime Injects a Transparent Process into a Service.

InputData

An object of type TransparentProcessRequestMessage that contains the request message that passes to the base workflow and other information related to the process invoked on the base workflow.