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, if the user needs to persist a property, they need to add it has a registry property using the property mediator. Here they need to explicitly set the scope to registry.
To retrieve a property, they need to give the resource path and property name as follows,
<propertyname="regProperty"expression="get-property('registry','gov:<path to resource>/@<propertyname>')"/>
For a new user, these steps are cumbersome as they need to have product specific knowledge to simply persist a variable.
Proposed Solution
Add an utility method to store and retrieve persistent variables.
<utility.persistentVariable.Get>
<name>[name]</name>
<target>[body or variable]</target>
</utility.persistentVariable.Get>
Problem
Currently, if the user needs to persist a property, they need to add it has a registry property using the property mediator. Here they need to explicitly set the scope to
registry
.To retrieve a property, they need to give the resource path and property name as follows,
For a new user, these steps are cumbersome as they need to have product specific knowledge to simply persist a variable.
Proposed Solution
Add an utility method to store and retrieve persistent variables.
Alternatives
No response
Version
No response
The text was updated successfully, but these errors were encountered: