How can we get output data from an Asynchronous process and use further .
Discussion posts and replies are publicly visible
Hello
What is your use case? Are you aware that we use Asynchronous when there is no dependency of data that is altered in the child process for the parent process?
docs.appian.com/.../Sub-Process_Activity.html
Thanks for the response , I just wanted to know if there is any way to get the data .
No, you need to go with Synchronous process.