0 Replies Latest reply on Oct 16, 2009 5:30 PM by cieva

    BPM Process as a sequential procedure

    cieva

      Hi to all,
      I'm developing an application as a bpm process made up of a series of sequential task. Each task has an underlying pageflow for user interaction. The process is a sequential process implementing a procedure (like a wizard) in which the user can go forth and back from a task by task by pressing appropriate buttons.
      How can I close a task and, contextually, open the next task (and the related pageflow) without passing through the to-do list page (the page that enumerates tasks)?


      I've been used all the annotation stuff about JBpm/Seam following the examples inside Seam distribution like @CreateProcess, @BeginTask, @EndTask...


      Thanks in advance