feel icon indicating copy to clipboard operation
feel copied to clipboard

Realtime Condition/Action Update

Open DJEDAINI opened this issue 2 years ago • 1 comments

When i tried to update the excel file actions column, i must restart the engine to get the result updated.

this is because the rootMap won't be created each time, if it's already create so the engine will not create it again and update the data , so this instruction should be deleted to update the rootMap after each checking time if (rootMap[rootMapId] == null || rootMap[rootMapId] === 'undefined')

Screenshot 2021-11-07 at 14 43 16

DJEDAINI avatar Nov 07 '21 11:11 DJEDAINI

Ah, yes. This is a known issue. We have solved it this way: we pass in a different rootMapId which will force it to create the tree.

(Also the id you pass as argument to execute_decision_table() api, is just a kind of name for the decision table; it can be any string).

deostroll avatar Nov 12 '21 10:11 deostroll