OriginalPostID-231862
Discussion posts and replies are publicly visible
Hi Manish thanks for your response, just a bit focus on this point i.e. asynchronous call, as per the documentation
Section: rule!BP_startProcess()
They have clearly mentioned that, synchronous call can easily be timeout because Blue Prism is expected to perform heavy operation. Hence its always a best practice to invoke Blue Prism flow asynchronously.
When it comes to , availability or querying about the latest data, that can only happen when the data is available in Appian DB, irrespective of, whether we make a service call. Also let's assume I configured an email, that will also trigger only when the dump is completed, because we will invoke Blue Prism flow asynchronously as per the best practices.