a user task of process instance main-process is finished
main-process will create another process instance another-process
After the another-process has been created successfully, the main-process should end, and be marked as finished (not waiting for the another-process finished).
I know I can use “Call Activity” to start a process instance externally. However, the main-process still waits for the another-process completed. Is it possible to complete the main-process immediately?
Hi! @hassang. Thanks for your answer! Since I’m not familiar with the message event, can you provide the .bpmn file for your example? I’d like to see how you configure the message events and others.
Also, I’d like to ask if is it possible to separate your sample into two BPMNs (two process definitions).