The offlineProcessing.xml configuration file specifies the roles existing in ARIS Risk & Compliance Manager which can act as Offline editor roles for specific objects. In the default configuration, these roles for Test Management, Risk Management, and Survey Management can be assumed by the relevant manager, owner, and reviewer groups. Adding a new role always requires comprehensive customizing of ARIS Risk & Compliance Manager and the workflows. Therefore, the XML fragment below (extract from a custom.xml) only shows how to add a new testvalidator role without any further integration into the existing workflows.
<offline-editable>
<object-type name="testcase">
<object-type-role id="testmanager"/>
<object-type-role id="tester"/>
<object-type-role id="testreviewer"/>
<!-- enable new role for offline processing -->
<object-type-role id="testvalidator"/>
</object-type>
…
</offline-editable>