flowable: async="true", but the parent process does not execute to the next node

The parent process uses the calling activity node to call an external subprocess, and adds a flowable: async=“true” attribute on the CallActivity node to make the subprocess call asynchronous execution, but the parent process does not execute to the next node