if one user claims a task (using activiti explorer), How can I move this value to process variable?
Inside a cycle, after form-usertask I can use a serviceTask for do this move, but first time that I arrive to form, I can't put move code…
Maybe I can put a timerevent associated to task, and this timer move the value… but… then, I hava a timerEvent running that I only need to be executed 1 time.