I am working on a requirement which needs a design to update a predicate@master from one of the workbooks.So, I have added below logic in an inactive block which is invoked for an user action.
+predicate2@master[x,y] = flag <- predicate1@prev[x,y] = flag,flag = true.
Please note that I need to delete facts from predicate1 once it is copied to predicate2 in the master copy.
when this logic is compiled, I get below error.
block block_4SZVZ9DO: line 24: error: stage 'master' of 'predicate2@master' is earlier than run-stage 'INITIAL'; deriving facts for past stages is not allowed (code: STAGE_PAST) +predicate2@master[x,y] = flag
Please help with a way to update predicates in Master from workbooks.
Thanks, Senthilvel