Details
Description
I need to get the expression string from a PVMTransition when parsing the definition of a process. The expression condition retrieved by
(UelValueExpressionCondition) trans.getProperty("condition");
does not allow to get the expression string.
Would it be possible to add that?