VMware Cloud Community
meeeeshelllllll
Contributor
Contributor

vCD/vCO Cannot Get Blocking Task

     We are trying to create blocking tasks that will be executed in vCenter Orchestrator. The blocking tasks wer have set up are for Virtual Machines -> Add, Move or Delete Virtual Machines from vApp. When we try to delete a particular VM, we have a workflow that successful runs but it cannot get the blocking task using the vCloud API.

     This particular line returns a null when it should return a blocking task...

entityBlockingTask = vcdHost.getEntityById (entityLink.type, entityLink.id);

where vcdHost is the sdk connection with the vCloud API. It is on a shared session on the System organization.

entityLink.type = "vcloud:blockingTask" and entityType.id is the id for the blocking task.

On vCD itself, there is also no blocking task showing up on the list.

Don't know why it's not showing up on the list or in vCO. We tried running this as a System Administrator along with a Organization Admin. No luck.

Any help or suggestions?

0 Kudos
0 Replies