0 Replies Latest reply on Sep 6, 2005 3:37 AM by dablue

    newbie question

    dablue

      Hello all,

      I have an application which i uses jbpm 2.0 , as a java extension (jbpm-core.jar, not ejb, j2ee .. )

      for testing i use jbpm-2.0\example\src\process\exampleprocess.xml
      which i managed to deploy successfully. Also i can start a process instance by calling

      ExecutionService executionService = JbpmServiceFactory.getInstance().openExecutionService("user").startProcessInstance("user");


      Question is.. what's next step? i cannot find any way to get the running processes, or the task list for a given user.



      Also, about the actor/swimlane "mapping" where is it defined ? how do i set up a user to be of a specific swimlane?

      thnx