I have several process tasks in parallel with a document reference (let’s say “mydoc”) as business data and I want that when a user open a task, always see the updated information to last.
Therefore, in the task UI, I have a webservice call to reload the document from the database layer and then assign this to the TaskData.mydoc.
But when the user completes the task, the pipeline does not reflect the updated document.
What I am doing wrong?
#webMethods-BPMS#webMethods#MWS-CAF-Task-Engine