-
Notifications
You must be signed in to change notification settings - Fork 508
Closed
Labels
Camunda 8Flags an issue as related to Camunda 8Flags an issue as related to Camunda 8channel:customerelement templatesenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersspring cleaningCould be cleaned up one dayCould be cleaned up one day
Milestone
Description
This is a child of https://github.com/camunda/product-hub/issues/1382.
Is your feature request related to a problem? Please describe.
When trying to create services tasks templates we only can bind the type via zeebe:taskDefinition:type
but we can't bind retries elements.
Describe the solution you'd like
Add new binding: zeebe:taskDefinition
which accepts property
as the name of the templated property. This can be type
or retries
but ready for new properties.
- Implement in JSON schema
- Implement in bpmn-js-element-templates
- Remove obsolete
zeebe:taskDefinition:retries
from JSON schema as never implemented - Document new property
Describe alternatives you've considered
We unlink after selecting templates to be able to set retries.
Also mentioned via slack.
Metadata
Metadata
Assignees
Labels
Camunda 8Flags an issue as related to Camunda 8Flags an issue as related to Camunda 8channel:customerelement templatesenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersspring cleaningCould be cleaned up one dayCould be cleaned up one day