Skip to content

Commit

Permalink
#2749 Added phase to force Meta Data Source recalculation for Change …
Browse files Browse the repository at this point in the history
…Context

Added:
- Context point recalculation when enabling meta data source (execute())
  • Loading branch information
Patrykb0802 committed Dec 6, 2023
1 parent 29b028b commit 4648f26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void initialize(AbstractTimer timer, MetaDataSourceRT dataSource, DataPoi

createContext();

execute(dataPoint.getPointValue());
// Add listener registrations
RuntimeManager rm = Common.ctx.getRuntimeManager();
for (IntValuePair contextKey : vo.getContext()) {
Expand Down

0 comments on commit 4648f26

Please sign in to comment.