How could I access the outcome of a user task in a following script task? In a normal process I found a work around to run a sub-process to get the resolution or resolutionnote from it's parent but in a multi-instance process I can not create a new sub-process.
Maybe there is a more straight forward way to get a user task and it's outcome within a script task or do I need to hassle with something like record\findOne to get a task of the current process?
Maybe there is a more straight forward way to get a user task and it's outcome within a script task or do I need to hassle with something like record\findOne to get a task of the current process?
Comment