We have tried to add custom type as JSON after that we add some code in the expression
var json = S('{"over18":false}'); //
json.prop('over18').isBoolean() //returns true
This expression is working but our json is more complex
We want to know how we can pass whole JSON object in modeler and add the expression so that we can navigate to conditional workflow.
What should we add in custom type pls help !!