You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we need to pass the variables for the evaluation as a map. The FEEL engine exposes an API to pass a context instead. The context allows fetching the variables lazily when they are used by the engine.
We should expose a similar API to allow lazy fetching of variables. We could also try to use the same classes to simplify the integration.
The text was updated successfully, but these errors were encountered:
Description
Currently, we need to pass the variables for the evaluation as a map. The FEEL engine exposes an API to pass a context instead. The context allows fetching the variables lazily when they are used by the engine.
We should expose a similar API to allow lazy fetching of variables. We could also try to use the same classes to simplify the integration.
The text was updated successfully, but these errors were encountered: