cpbpm
2
You can use Text instead of String. There is a similar issue discussed here about character limit.
{
“label”: “Template”,
“description”: “By the way, you can use freemarker templates ${…} here”,
“value”: “Hello ${firstName}!”,
“type”: “Text”,
“binding”: {
“type”: “camunda:inputParameter”,
“name”: “messageBody”,
“scriptFormat”: “freemarker”
},
“constraints”: {
“notEmpty”: true
}
}