I have two processes, the initiators are the same, the first task of the B process will be automatically started after the A process ends
On the contrary, the A process is not over, and B cannot be started
Can someone give me some advice? I've tried throw and catch messages, but it doesn't seem to work.
Thanks.