I attached my test bpmn, I basically want to be able to set the Input parameter (see the attached screenshot) and return the value as JSON type, right now it is returned as string using Javascript. Is there a way to do so?
Preferably I want to use JUEL and not Javascript, is there even a way to do achieve what I need in JUEL? Thanks for the helps.
Based on my readings on the documentation, I feel that there is really no way to return JSON type using expression language or other scripts in the Input Parameter.