|
|
|
|
|
by mfateev
2612 days ago
|
|
Cadence allows to write workflows as code. Think of it as a virtual machine for OO code that makes that code fully fault tolerant to process failures. As it is code it can be used to implement any business logic.
Camunda is BPMN engine which interprets BPMN workflow definition.
It is possible to implement a Cadence workflow that interprets BPMN without changing the core Cadence service. |
|