I've just read the MSDN documentation about "Dependency and Execution Order in Asynchronous Operations" for MSCRM 2011.
"The order of execution with regard to other independent operations is not guaranteed. However, asynchronous operations created earlier have a better chance of executing before operations created later."
- Can someone explain to me the "better chance"?
- How much is the probability for that case to happen?
- Can we do something to minimize the risk?
- What is the risk in the particular case of the same workflow triggered just one after another ?