Case Execution Listener
If your class implements theorg.camunda.bpm.engine.delegate.CaseExecutionListener interface, you can access the CMMN model instance
and the plan item element. As a Case Execution Listener can be added to several elements like case plan model, human task, etc., it can
not be guaranteed which type the flow element will be.