Saving a Work object from activity Which have optimistic locking configured
I am trying to save a workobject from activity (using Work-DoSave) which is not working in the below senario
User A opens the case
User B Open the case and clicks SAVE-Working Fine
Now if user A saves the case my expectation is to show that there is a conflict and User B has updated the case .
I am getting this message on the tracer but my harness is not loading and showing no stream to display error.
Do i need to pass any param to DOSave or Is there any OOTB activity that i can call to achieve this?