Question
How do you implement security at the process‑instance level?
A
Anonymous
January 9, 2026

Answer

Using the "Modify Process Security" Smart Service .This is the standard way to programmatically change security for a specific active process instance while it is running.


Configuration:

  1. Process to Modify: Provide the reference to the current or specific process instance.
  2. Security Input: Define which users or groups should have access and at what level (Administrator, Manager, Editor, Viewer, Initiator, or Deny).


1767982037831-cs0el7yf59t.png


Key Note: This service replaces the existing role map for that instance; it does not append to it unless you explicitly include the old groups in the new configuration


JuniorSecurity
Loading comments...