1 Reply Latest reply on Jun 29, 2011 7:57 PM by priyakpandey

    Process started using ReST url with process parameters does not assign the task to the user

    priyakpandey

      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 not assigned to admin. 

       

      Any help would be appreciated.