Just like shown in the process engine plugin examples, I'm creating a plugin which adds TaskListener to each User Task and would like to do this for all Human Tasks (CMMN), too. However, BpmnParseListener only provides an API to interact with User Tasks but not the CMMN Human Tasks. Would it be possible to add API to the BpmnParseListener, so that I can manipulate Human Tasks, too?
Hi Oliver,
For CMMN you can use CmmnTransformListener. It is basicly the same concept as BpmnParseListener, but just for CMMN.
For further question I recommend to use the forum [2].
Best,
Roman
[1]: https://github.com/camunda/camunda-bpm-platform/blob/869b9e338b7334a960c14528db75f547d95301f6/engine/src/main/java/org/camunda/bpm/engine/impl/cmmn/transformer/CmmnTransformListener.java
[2]: https://forum.camunda.org/