You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, task handlers only can be registered for single Ids, which means just one element.
it would be a great extension, to allow a single task handler to be used for multiple types.
This would also increase compatibility with Zeebe.
acceptance criteria
task handler can be defined for ID
task handler can be defined for Type (as in extension taskDefinition)
in case of overlapping task handler (id and type would match), the more specific one has precedence == ID first
in case of overlapping task handler (id and/or type would match), only the first matching one is executed
documentation describes details of how multiple task handlers are treated/executed
motivation
currently, task handlers only can be registered for single Ids, which means just one element.
it would be a great extension, to allow a single task handler to be used for multiple types.
This would also increase compatibility with Zeebe.
acceptance criteria
links
The text was updated successfully, but these errors were encountered: