Hi team,
DataInstanceStore.load()
should return a Promise, such that the calling code could know the entity already loaded in then()
chain. I checked the source code, DataCollectionStore.load()
already returns Promise, the same should be done for DataInstanceStore.