1 Reply Latest reply on May 16, 2009 1:56 AM by mikkus70

    Pageflow vs. workflow

    nidhiaaryabatra

      Does the pageflow data get persisted in database like process variables of workflow process definitions? Are there any examples for this ?

        • 1. Re: Pageflow vs. workflow
          mikkus70

          No, pageflows are not DB persistent. They use jPDL to express the flow of pages, but do not persist state in the database. Pageflows persist state within conversations (in fact you cannot initiate a pageflow outside of a conversation).


          The numberguess example contained in the Seam distribution demonstrates the use of pageflows. The dvdstore example demonstrates jBPM processes (persistent processes, not pageflows).