EscalationProperty Class

The EscalationProperty class is used to define escalation settings.

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.

Each workflow element that contains steps contains escalation settings. The escalation defines what should happen if a work item is not completed within a time limit.

The escalation can be one of the following types:

  • No action. No escalation is performed and the work item will just wait for the user to take an action.

  • Take action. The defined action in the escalation is perform on behalf of the user.

  • Escalation path. The work item is sent to a new user, based on a escalation level. The new work item will get a new time limit based on the duration defined on that level.

For escalation path a multiple number of levels can be defined. Each of the levels will have an AssignmentProperty class and a DurationProperty class.

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: