Disabling access to process instance variables in REST APIs

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
Configure authorization-for-process-data-access to disable the access to process instance variables in REST APIs.

About this task

To remove the access to process instance variables, edit the IBM® Process Center and IBM Process Server 100Custom.xml files to match the following entry.
<server>
  <portal merge="mergeChildren">
    <authorization-for-process-data-access merge="replace">nobody</authorization-for-process-data-access>
  </portal>
</server>