AdHoc Subprocess

Is there any example or documentation of how to implement an AdHoc subprocess in 7.5 version?

Thanks!

Hi,

Adhoc subprocesses are not supported. You could use a CMMN case for that purpose that you call via a call activity.

Cheers,
Thorben

@thorben - Does Camunda 7.11 have the capability of adding new ad-hoc sub processes during execution? Currently we are trying to accomplish through new task addition one after another programmatically, but would be very much interested if we can define a process on the fly and add it to the execution.