keep the model and the workflow in-sync. #88
-
If I have multiple workflows on a single model (class), If one of the property name of a model changes , then I need to change all the workflows which are referring that property. Is there any better way of handling it?. How do we keep the model and the workflow properties in-sync at one place?. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Currently it is not possible with RulesEngine. This problem is actually prevalent in any object model mapping.
This process could have been integrated in RE if RE offered globalParams at workflow level like we offer localParams at rule level. But currently that feature is under review and has not been implemented yet. |
Beta Was this translation helpful? Give feedback.
Currently it is not possible with RulesEngine.
This problem is actually prevalent in any object model mapping.
The simplest workaround would be to maintain 2 classes:-
This process could have been integrated in RE if RE offered globalParams at workflow level like we offer localParams at rule level. But currently that feature is under review and has not been implemented yet.