Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 0.9.17
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
Get call depth information to expose that data to Jexl expressions :
(1) methodA() -> (2) methodB() -> (3) methodC()
-> (3) methodD()
-> (2) methodE()
Call depth should be put into the InvocationContext contextData.