Workflow Due Date Time Exceeded Error
In AX 2012, when we run Tutorial_WorkflowProcessor form, a list of errors start coming on infolog about workflows. Often, these errors can be summarized as workflow due date time exceeded error. These errors are as follows:
SysWorkflowWorkItem-escalate
WorkflowTrackingTable-saveTracking
invalid tracking submission expected context Workflow and expected type Submission actual context WorkItem and actual type DueDateExceeded. SysWorkflow-internalFault
SysWorkflow-faultWorkflowInstance
WorkflowTrackingTable-saveTracking
invalid tracking submission expected context Workflow and expected type Submission actual context Workflow and actual type Fault.
To resolve the workflow due date time exceeded error, I have found that the due date of workflow work items are expired, so I have written job to update the due date and set it to future date. After this, the workflow due date time exceeded error is resolved. Download the code to implement to resolve your error.
Blog: Click here
GitHub: Click here
YouTube: Click here
Sometimes you win, sometimes you learn.
Pingback:Workflow Due Date Time Exceeded Error - Microsoft Dynamics AX Community