hi Mario
When an user opens a task to work on it, do not accept the task. i.e., disable auto accept on open and auto accept on modification
When the uses completes his work, if there is a need to update task data - you can use below line of code to achieve it
get<TaskName>().applyChangesNoAccept();
When the last user completes his work, you can call completeTask() - which accepts and completes the task
HTH
Mervin
#webMethods-BPMS#webMethods#MWS-CAF-Task-Engine