We are currently testing upgrading to vCloud 5.1 and during provisioning there is a new checkbox that states "Power on vapp after this wizard is finished." This is causing lots of problems in our VCO provisioning workflow as we are doing a lot of work and power it on ourselves.
Is there any way to determine if this checkbox is checked and to stop it if it is? I don't see anywhere in the API where I can find that information such as in the blocking task or vApp. When we get the message from RabbitMQ we use the workflow runner to gather the data and pass it on to our workflow with the data I_BLOCKINGTASK, I_VAPP, I_ORG, I_USER, I_INSTANTIATEVAPPTASK.
Any help would be appreciated! Thanks.