Hi,
If I have something like this :
- SEQUENCE (Exit On SUCCESS)
-- SEQUENCE (Exit On FAILURE)
--- INVOKE myPkg:flow1
-- SEQUENCE (Exit On DONE)
--- INVOKE pub.flow:getLastError
And the myPkg:Flow1 :
- INVOKE pub.math:divideInt(num1 = 1, num2 = 0)
In getLastError my document error have only one line in callStack document list (I see only pub.math:divideInt).
Does exist a way to obtain the complete stacketrace ? In my case not just on record with pub.math:divideInt but another one with myPkg:flow1
#webMethods#Integration-Server-and-ESB