0 Replies Latest reply on Sep 29, 2009 3:29 AM by puag

    SignalCommand problems

    puag

      Good morning, I'm starting with jBPM and need to move a task that this stop. I do it:

      SignalCommand signalCommand = new SignalCommand(); signalCommand.setTokenId(processInstance.getRootToken().getId());
      signalCommand.setVariables(aWorkItem); remoteCMDService.execute(signalCommand);


      but, besides continuing the task seems to create another one, you know if I am doing well. Thank you very much in advance.