Hi,
We have a situation where we want our sync opportunity plugin to execute first before the async opportunity plugin runs based on business requirements.
Right now, we wait sleep 5 seconds in async plugin to give the sync plugin enough time to execute. (Bad solution).
We would like to improve this. Thoughts?
Thank you!