When Commissioning hosts, the task in vCenter may not get updated for a few minutes after the task completes. VCF Ops and SDDC manager may show the task as completed but, vCenter shows the task is 10% completed and then completes a few minutes later. Since, these all cannot be true.
VCF 9.1
The VCF Ops UI and SDDC Manager standalone UI fetch the status from the operations manager service inside SDDC Manager VM so, they get the up to date status.
The Operations Manager service only periodically publishes tasks to vCenter task system. The interval is configurable and currently set to 5 mins.
This is working as designed/implemented to handle large scale deployments
If near up to date data is required, The interval can be changed to a minimum of 1 min. (But should avoided in a large scale environment becuase the common services service can become stressed).
/etc/vmware/vcf/operationsmanager/application.propertiesvi /etc/vmware/vcf/operationsmanager/application.propertiesask.publish.cron.delay.minute = 1operationsmanagersystemctl restart operationsmanager