EscalationProperty Class
The EscalationProperty class is used to define escalation settings.
Assembly: Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)
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.
Microsoft.Dynamics.AX.Framework.MetaModel.ModelElement
Microsoft.Dynamics.AX.Framework.MetaModel.PropertyElement
Microsoft.Dynamics.AX.Framework.MetaModel.CompositeProperty
Microsoft.Dynamics.AX.Framework.Workflow.Model.EscalationProperty