ConditionalGatewayElement Class
The ConditionalGatewayElement class is used to define an automated or data-driven decision workflow element.
Assembly: Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)
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.
System.Object
Microsoft.Dynamics.AX.Framework.MetaModel.ModelElement
Microsoft.Dynamics.AX.Framework.MetaModel.DesignElement
Microsoft.Dynamics.AX.Framework.Workflow.Model.WorkflowElement
Microsoft.Dynamics.AX.Framework.Workflow.Model.ConditionalGatewayElement
Microsoft.Dynamics.AX.Framework.MetaModel.ModelElement
Microsoft.Dynamics.AX.Framework.MetaModel.DesignElement
Microsoft.Dynamics.AX.Framework.Workflow.Model.WorkflowElement
Microsoft.Dynamics.AX.Framework.Workflow.Model.ConditionalGatewayElement
Community Additions
ADD
Show: