0 Replies Latest reply on Jul 21, 2015 6:27 AM by abhijitkumar1903

    Calling BPMN from code does not instantiate task flow at KIE Workbench

    abhijitkumar1903

      Hi,

       

      Currently I am using Jbpm6.2 and calling it from Jdev(ADF Application).

       

      I used below code for calling the JBPM and it gets called and i can see the output in console. I used User Task in Jbpm so for that I handled it using sendTaskHandler(). Even after this I can not see or find the instance after login to KIE Workbench. Even the task data are not being generated in DB(MySQL)

       

      newKieSession.startProcess("PrimedProj.testWorkflow");

       

      My Requirement:

      I need to start the process from code and the flow should be seen in KIE Workbench, Its just like fire and forget. Rest complete thing will be done as triggering BPMN at KIE level.

       

      Thanks