Bypass preconditions for saveWorkItem operation
I have an extension type participant which updates other WIs. But these other WIs have operations behaviours that limit the saveOperation. Is there any way to bypass the preconditions when you are in a saving operation?
I have been looking into IWorkItemServer.class and WorkItemServer.class but I didn't found any flag or something to skip the preconditions or operation behaviour in the save operation. Any way to achieve this?