1 Reply Latest reply on Sep 26, 2009 4:55 AM by sebastian.s

    Process with combination of Task ( with forms ) and java tas

      I want to know if somebody can guide me in following scenario

      Process definition is combination of Task with forms, automatic java tasks, hql/sql tasks,subprocess ...

      In such scenario, If i use jbpm API instead of Console for start/stop process instead of console, how can I see task forms if flow reaches to task with forms ? once I submit the form, will it reach to next task automatically ? Are forms only be viewed through jbpm -console ?

      It would be better if there is such link/example which I can see and get a proper idea

      Thanks in advance

      Regards
      -Makarand

        • 1. Re: Process with combination of Task ( with forms ) and java
          sebastian.s

          If you use the API to start a process it will of course be visible in the console as long as you start it in the same engine the console is using. AFAIK if you have got user tasks and you do not want to use the console you have to take care of showing forms yourself. Showing forms would be in your client/application logic.

          If you submit a form in the console the task will be completed that way and the engine takes the chosen transition to the next task.