How to implement a CMMN CasePlanModel into a BPMN process

Dear all
I have started using Camunda Modeler a couple of days ago and so far I’ve been able to handle it quite well. I hope you can help me in finding a solution for my question: How can I implement a CMMN case into my BPMN process? I guess the feature I am looking for is an “import feature” from the CMMN file 123.cmmn into my BPMN file 456.bpmn.
Hope you can help me! Thank you in advance
Sebastian

Hi Sebastian,

rather than import the case definition, you can use a call activity in your process to call the Case definition. Thus in the properties of the call activity, you can set the call type to CMMN…

regards

Rob