ConditionalGatewayElement Class

The ConditionalGatewayElement class is used to define an automated or data-driven decision workflow element.

Namespace:  Microsoft.Dynamics.AX.Framework.Workflow.Model
Assembly:  Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)

No code example is currently available or this language may not be supported.

A conditional gateway is a workflow element that is used to implement automated or data-driven decisions. The workflow will branch based on the decision.

Conditional gateways have two fixed outcomes that the workflow supports. These outcomes are as follows:

true

Branch taken if the condition evaluates to true.

false

Branch taken if the condition evaluates to false.

Notifications are not supported for conditional gateways that are in a workflow.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Community Additions

ADD
Show: