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
that's an interesting thought, yes.
Message correlation is a powerful feature in Zeebe/Camunda v8.
I learned/observed, that people do struggle with it in the beginning, but once understood, it's very powerful.
Since lib-bpmn-engine offers a somewhat different execution context, I consider offering both options.
Meaning, two functions could exists in parallel:
adding/registering a task handler has similar concepts, when it comes to the possibilities of how to do it.
the fluent API as implemented in https://github.com/nitram509/lib-bpmn-engine/blob/main/pkg/bpmn_engine/task_handler.go
seems to be very good fitting, as it guides the usage better and also allows more minimal invasive enhancements over time.
motivation
being more compatible with BPMN standard
acceptance criteria
The text was updated successfully, but these errors were encountered: