I am trying to implement a new workflow system. What I am trying to find out is,
If i sent a workflow to my manager for example, he reviews it and accepts, can it then be automatically sent to the next selected user or group for review , example HR ?
You have to setup a listener, that gets active after your manager has completed his review task, which then sets the process variable for Task Assignee to the HR user.
Please note also, that task listeners are an Activiti-specific construct and you should get familiar with Activiti workflows to realize such use cases.
I am now using Eclipse to create the Activiti workflows, but where would i set the listener ? I am using the diagram view due to not knowing xml very well. I hope you can help
In the picture you can see the corresponding code snippet, where a process variable wf_reviewoutcome is written into a log after task completion. YOu just need to adopt this example so that you set the process variable bpm_assignee to a fix user name. Hope I could help!