hello,
Sorry if i was not clear.
Step 1: When below API call is triggered a task starts in cloud director with 1% progress like you have currently
POST https://{{vcd}}/cloudapi/1.0.0/entityTypes/urn:vcloud:type:vmware:VCDKEConfig:0.5.0
Step 2: In my setup i noted urn id from task in cloud director as shown below in the screenshot
After noting this id i executed below API call as provided in Provider Workflow section:
POST https://{{vcd}}/cloudapi/1.0.0/entities/<id>/resolve
I replaced id with urn id noted from cloud director task in above API call and executed POST. After this my task in cloud director which was at 1% got completed.
POST https://cloud.lab.infra/cloudapi/1.0.0/entities/urn:vcloud:entity:vmware:VCDKEConfig:e4ac2d9f-767b-4e0f-a350-4bd06bf19b2d/resolve
Hope this helps