Hi,
Is it possible to have execution listeners support for case?
I couldn’t see in flowable-modeler for specifying execution listeners for CMMN case.
Thanks,
Devi
Hi,
Is it possible to have execution listeners support for case?
I couldn’t see in flowable-modeler for specifying execution listeners for CMMN case.
Thanks,
Devi
No indeed, execution listeners are not yet part of cmmn.
Probably they will be ‘planItem lifecycle listeners’, as the lifecycle handling in cmmn is more complex as in bpmn.
Yes, I was looking for PlanItem Lifecycle listeners.
Does flowable have something similar to https://docs.camunda.org/manual/7.8/reference/cmmn11/custom-extensions/camunda-elements/#caseexecutionlistener
Basic ask is that we need to be able to bind an execution listener to a set of events triggered by a case, how would one do that in Flowable?
It’s currently not in yet, but it will be the same approach as the execution listeners, but tailored toward plan items. Plan items are richer in lifecycle events than executions and thus will be similar but have a few more extra options.