Hi
I already put in place this functionality. The problem I find is that if a user changes data (business data) through a view, that changes are not persisted and are gone after he returns the task instance to the inbox and logs out.
I need to persist the changes between sessions, so if another users accept the same task instance he can see the changes done by the 1st.
An example:
In my business data there is a comment text field where each people dealing with the task can put comments. If user A writes something in that fields and then returns the task instance to the inbox (using unacceptTask()). Then user B accepts the same taks instance, the comments by user A are gone. I will need to persist all the business data between sessions.
Thanks
Edgardo
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS