flowable / flowable-engine

A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
https://www.flowable.org
Apache License 2.0
7.77k stars 2.59k forks source link

BPMN supports use with CMMN #2840

Closed zhaowanda closed 3 years ago

zhaowanda commented 3 years ago

In the actual business scenario, pure BPMN cannot describe the specific business. It needs to be combined with CMMN to describe it. Looking at the corresponding documents and source code, there is no BPMN call to CMMN. Is there a corresponding plan to support this function?

paulhh commented 3 years ago

Hi,

The place for questions like this is the forums (https://forum.flowable.org/), not raising it as an issue here.

There is the CMMN/Case task that BPMN can invoke.

Regards Paul.

zhaowanda commented 3 years ago

Hi,

The place for questions like this is the forums (https://forum.flowable.org/), not raising it as an issue here.

There is the CMMN/Case task that BPMN can invoke.

Regards Paul.

Hi,
Is there a specific example? Thanks

paulhh commented 3 years ago

Looks like the open source docs are missing it. It should be the same as documented in the enterprise version: https://documentation.flowable.com/latest/user/design/bpmn-editor/#case-task

zhaowanda commented 3 years ago

Looks like the open source docs are missing it. It should be the same as documented in the enterprise version: https://documentation.flowable.com/latest/user/design/bpmn-editor/#case-task

No implementation of case-task was found in the open source version

paulhh commented 3 years ago

It is there in the engine - I don't think it's exposed in the open source Modeler.