Christophe,
So after your answer and doing a little bit of research I have now constructed a 'white list' which is a configuration element that holds a list of all of the vApps that are instantiated inside of my workflow and not from VCD front end. I have included some logic at the start of my workflow that reads the 'white list' to see if the request has been spawned from a VCO workflow and if it was I want that task to not be blocked, I want it to execute as if blocking tasks for 'instantiate a vApp' was not enabled in the firistplace and this is where I am now stuck.
How do I pass this tasks execution through the 'instantiate vApp' workflow, if I resume here I go back to VCD to complete the task which I don't want because I want to do more processing work on the VMs. Could you please give me some sample code that enables the 'instantiate vApp' workflow to execute and not be blocked.
Thankyou