We have a fairly complex workflow where we have included all the previous tasks comments in the Instruction area through an expression on the tasks Complete Transition. What we do is read the global comment variable in and add the current comments to the variable and save it back to the global variable. This works well for tasks that are sequential. The problem is that we have many instances where we sent out multiple task simultaneously and, because the comment variable is read in during the creation of the tasks, the last of the simultaneous tasks completed is the only comment that is added to the variable. ... the last one in wins!
I'm looking for a way to update the comments on a task so the global variable will be re-read prior to adding the new comment text to the variable. This should capture and updates to the variable after the task was created.
Any help will be greatly appreciated!
John