2 Replies Latest reply on Nov 18, 2008 3:03 AM by dkmorb

    Jbpm preliminary questions

      Hi all, i'm new to JBPM. I'm searching some answers for my project in which i should integrate jbpm.

      First of all, is it possible to deploy more of one processdefinition.xml at time on single occurence of jbpm-console?

      Second, is it possible upload or associate some objects (docs, for istance) to a task?

      Any suggestions are appreciated.

      Bye,
      Pas.

        • 1. Re: Jbpm preliminary questions
          jwooten

          To the question of more than one process, the answer is yes. We've set up a slight modification of the jbpm-console and deploy several processes to it. The console is used by users to select the task to perform, perform it, and if the next task can be serviced by them, it is presented. If they have a role that can initiate a specific process, they initiate one.

          In a task action, you can provide an upload of a doc. You probably have to persist the path to the doc as a variable in the form, and save the file on the server.

          Cheers and good hunting.

          • 2. Re: Jbpm preliminary questions

            Many thanks woo37830!