I am using rest url to start evaluation process which is a sample process bundled with the jbpm installer.
http://localhost:8080/gwt-console-server/rs/process/definition/com.sample.evaluation/new_instance
I am passing the paramater "employee" as "admin". I see employee as a process variable defined in Evaluation.bpmn process which is used as actor of next step.
The url runs successfully and the task gets created but it is assigned to admin.
Any help would be appreciated.