We are using the AddNodeRight() operation within ProcessPlatform (Cordys) in order to assign ACL to folders and documents dynamically.
We have a process that stores multiple documents in a specific folder in OTCS.
All process participants (can change/be added during the process lifetime) must get access to the folder and all the sub-items of that folder.
Assigning ACL to a folder or a document works fine.
Now we would like to reduce the number of service calls here by assigning the ACL to the folder once - with the option "this item & sub-items". It seems that this is not covered by "AddNodeRight" operation. Is there another operation that can be used in order to pass the option "this item & sub-items"?
All hints are appreciated!