0 Replies Latest reply on Jun 2, 2014 11:19 AM by tmcclure0501

    Execute Process and Task Forms Independent of JBPM UI

    tmcclure0501

      I have the following use case:

       

      Standalone Process Form Capability

       

      Purpose

      The purpose of this story is to allow users of the workflow system to create process forms using the HTML markup editor and having these forms exposed for execution separate from the JBPM UI.  This is the first step in allowing the system to support a form centric approach.  Once this story is complete the same capability will be applied to task forms.

       

      Requirements

      1. The ability the user to access a screen that consists of the list of links to process forms that have been defined.
      2. Form-based authentication will be leveraged (leveraging the existing login screen).
      3. The ability will exist for the user to click on a link and be presented with the process form with which they can start the process.
      4. A direct link to access each of the process form is also available.
      5. Upon completion of the form the user can then start the process.
      6. Once the process is started the user is given a status upon the success or failure of the process initiation.

       

      I have already crested the calls to get the forms in a separate windows - not a UI frame - I was just wondering if anyone has done this before.

       

      Tim