ManualGatewayElement Class

The ManualGatewayElement class is used to define a manual 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 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.

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: