<div dir="ltr"><div>Hello,</div><div><br></div><div>I was trying to set parallel execution of resources in resource group, but I was not successful.</div><div>The goal was to have resources within one resource group in one location but order of resources would rely on Ordering constraints, thus possibly resources could run in parallel if constraints allowed it.</div><div><br></div><div>By default it is not the case and resources run one by one in their order of resource group.</div><div>I found the option that is designed to be used in resource clones - "ordered"</div><div>ordered - Should the copies be started in series (instead of in parallel). Allowed values: false, true.</div><div><br></div><div>I tried to use this option in my resource group by setting "ordered=false"</div><div>Resources could be started in parallel then, but I encountered strange and unpredictable behavior when some resource start was not successful.</div><div><br></div><div>I understand that "ordered=false" is documented to be used only in resource clones, not in resource groups.</div><div><br></div><div>Do we have other option that resources within resource group would start in parallel and rely on Ordering constraints, not their 
resource group order?</div><div>We have many logical resource groups, so we don't want to have resources without being added to any resource group.</div><div><br></div><div>Regards</div><div><br></div><div>Jan<br></div><div><br></div><div><br></div><div><br></div></div>