Question regarding Cache Steps in Decisions
Comments
-
Hi I have a general question, is there a way to on demand invalidate my decisions cache?
-
We do have some documentation on our caching steps that might prove to be helpful:
https://documentation.decisions.com/docs/cache-steps
You could add one of the clear cache by steps or the step remove key from cache into a flow and either run the flow on-demand or call your created flow as a subflow within a larger process.
Additionally, you can call this created flow using a REST call from an external application. Here is some documentation on that process in case you are interested:
https://documentation.decisions.com/docs/rest-handling-services