Hi,
I'm designing a BPMN process where in the end I'd like to run another process, but do not wait for it and just finish the execution of the parent process. Is it possible to run another (sub)process from an Activiti process and finish my process without waiting for called process result?
Only solution which comes to my mind is to add a service task which runs the (sub)process from Java.
Thanks.