We built an Ontology from a source that we consider as master data and single point of truth.
I would like to provide the ability to run scenario based on this ontology by modifying the respective entries but ensure that the changes are NEVER applied outside of scenario variables.
Surely, one could try to ensure this in the frontend, however, nothing keeps an experienced user from implementing the action type directly without scenario variables.
Hence, I would like to mitigate the risk for data to be changed by actually creating action types that can only be executed within a scenario. Ideally, this could be done via validation rules and add a “used in scenario” boolean as a condition for executing the action.