Invoking a Sub-Process Asynchronously
You can create asynchronous sub-processes from a process to allow you to run sub-processes independent of the main process, when you are not concerned if they complete before the main process.
Procedure
- Create the main process containing a call sub-process activity.
- On the Properties for the call-sub-process activity, use the Lifecycle option, on the General tab in the Properties view to select Asynchronous invocation mode.
- Click the sign on the call sub-process activity to open the asynchronous sub-process in a new window.
- Create the content of your asynchronous sub-process.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.