Hi;In actual business scenarios, need to use bpmn to call a cmmn for processing. Does flowable support this?
thanks!
Hi;In actual business scenarios, need to use bpmn to call a cmmn for processing. Does flowable support this?
thanks!
Hi zhaowanli,
AFAIK it is not supported in OSS version. (EE supports bpmn <-> cmmn calls) But in fact it is not so complicated to extend the functionality. Have a look on CallActivityBehavior
and add there possibility to create case instead of process instance.
(you have to extend modeler and converters too)
Regards
Martin