3 Replies Latest reply on Nov 19, 2009 8:36 AM by noicangi

    Process Instace is created - But not able to see that instan

    swatis

      Hi,
      I'm trying to create instance of process. This is my code.

      JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance();
       JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext();
       GraphSession l_objGrphSession = jbpmContext.getGraphSession();
       ProcessDefinition l_objProcDef = l_objGrphSession.findProcessDefinition("myprocess", 1);
       l_objProcInstance.signal();


      I was successfully able to create the instance. I used getId() method of processinstance to see instance id. I'm able to get that but when I tried to see the same instance in jbpm console I didnot find one there.

      anyone has any idea?