ManualGatewayElement Class
The ManualGatewayElement class is used to define a manual decision workflow element.
Assembly: Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)
A manual gateway is a workflow element used to implement manual decisions. The workflow will branch based on the decision.
Manual gateways have two fixed outcomes that the workflow supports. These outcomes are as follows:
-
Choice 1 - Branch taken if the user choose choice 1.
-
Choice 2 - Branch taken if the user choose choice 2.
A time limit before a workflow element must be completed can be defined using a max runtime.
Localized messages for subject and description can be defined.
Notifications can be defined to notifify users about the manual decision.
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.InteractiveTask
Microsoft.Dynamics.AX.Framework.Workflow.Model.ManualGatewayElement