Using SaaS and a Camunda 8.6.0-alpha4 cluster.
Previously we have successfully used a Connector Template with a drop-down control to dynamically set different job types like this:
{
"id": "method",
"label": "Fund Account methods",
"group": "service",
"description": "Specify the Fund Account method to use.",
"type": "Dropdown",
"value": "get",
"choices": [
{
"name": "Create Fund Account",
"value": "create-fund-account"
},
{
"name": "Activate Fund Account",
"value": "activate-fund-account"
}
],
"binding": {
"type": "zeebe:taskDefinition:type"
}
}
Since then, it has stopped working since no job type is binded to the task in runtime, and in the Connector Template editor, the âbindingâ value is highlighted as deprecated (âValue is deprecatedâ).
We have tried it in 8.6 self managed and itâs working there, but not in SaaS.
Could you clarify when this deprecation occurred, what the recommended approach for dynamic binding is now, and where we can find the relevant documentation for this change?
Screen dump: