Hello,
My company is using activiti explorer for a workflow application.
One of the processes have a loop in wich a task have to be validated by a user. If this user reject the task, he have to input a reason in a field and the task is forwarded to the task submitter. This submition/rejection can occur one or multiple times until a user validate the task.
The field used to contain the reason is managed with a form property. If the rejection occurs multiple time, this form property is overiden and we loose the previous rejection reason.
How can i do to be able to save the previous rejection reasons and display it ?
Thank you
Alex C