Dear All,
I'm calling a subflow inside a parent flow, this is done using string literal
example:
what I want to do is using an expression <validation.person> instead of a string literalCode:<subflow-state id="executeValidatePersonWF" subflow="validateperson">
example:
validation.person should be evaluated to "validateperson".Code:<subflow-state id="executeValidatePersonWF" subflow="validation.person">
I have been looking around the springWF source and I found this class SubflowExpression, as I can see from the code it does evaluate the expression before Locating the flow.
my question is How to specify that the name of the flow is an expression not a string literal?
Regards,
Amgad


Reply With Quote