Is the “Retry Time Cycle” property supported on Element templates?
We are able to simplify configuration of service task using this great capability but it appears it has some limitations or I don’t know how to correctly set it up.
We are not able to configure Retry Time Cycle as a configurable input when it comes to element templates. Appreciate any inputs on how to set this up!
Async Before, and Async After works fine with this construct.
{
"label": "Async Before",
"type": "Boolean",
"binding": {
"type": "property",
"name": "camunda:asyncBefore"
}
},
{
"label": "Async After",
"value": true,
"type": "Boolean",
"binding": {
"type": "property",
"name": "camunda:asyncAfter"
}
}
Retry Time Cycle looks like this in UI:
And like this in the XML: