Hi,
I have a customized workflow on HRMAbsenceTable
I am getting below error after submitting the workflow.
Stopped (error): SysWorkflowQueue-resume X++ Exception: Extended data types do not match.
at SysWorkflowHierarchyProvider-resolve
SysWorkflowHierarchyProvider-resolveHierarchy
SysWorkflowQueue-resume
In workflow, I have set Hierarchy Type as 'Managerial Hierarchy' and start from is set to 'Worker'.
Employee.Line Manager Level = 1
We want to assign the workflow to the manager of the worker (Data Type is HcmWorkerRecId)
The error is not informative enough to know what caused the issue. Looking at the error we know that it fails at some point in method resolve() in class SysWorkflowHierarchyProvider.
How to debug this as it's being executed by a batch job of workflow message processing.
I tried to debug from visual studio by Debug -> 'Attach to Process' -> w3wp.
but it never hit any debug point in the method resolve(). My debug point is at the very first line in method resolve().
Can any one please help me on what next?