DataInstanceStore.load should return promise

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.

Hi @hanbing.yin
Totally makes sense, I’ve created an issue. Will be available in the upcoming release.