Hi,
Id like to use a freemarker template to build a json payload inside a connector. In particular, Id like to use the businessKey as a parameter. Hence how can I get the businessKey inside freemarker template?
For example, assume I am calling the start process REST API from a connector, my freemarker may look something like;
{“variables”:
{“SUBJECT” : {“value” : “${SUBJECT}”, “type”: “json”}},
“businessKey” : “${businessKey}”
}
However ${businessKey} obviously wont resolve to the business key…
regards
Rob