Hi,
i am using Activiti Rest in my project as BPM engine. As we know we can attach file to task by "Create a new attachment on a task, with an attached file" Rest service.
now my question is this attachment is for this one particular task when task gets completed and next task comes i lost access to attachment that i have attach with previous task. so how i can carry forward attachment to next task?
As you know in Activiti Explorer if you attach file to one task that attachment automatically carry forwarded to next task.