Camunda 8 Element Template ( Type and Retries ) In Properties

Hi Team ,
I am trying to create new connector by using Element Template in Camunda 8 , I am able to give my job worker type as below you can see

But while giving retries facing Error in modeler

Any suggestion or help is appreciable .
Thank you
Avinash

Hi

I have the same problem.

In the schema.json , you can see the suported binding properties.
https://unpkg.com/@camunda/zeebe-element-templates-json-schema@0.6.0/resources/schema.json

…
“binding”: {
“properties”: {
“type”: {
“enum”: [
“zeebe:input”,
“zeebe:output”,
“zeebe:property”,
“zeebe:taskHeader”,
“zeebe:taskDefinition:type”
]
}
…

Regards, Pablo.

1 Like

It’s apparently a confirmed issue (now a known-issue)

1 Like