4 Replies Latest reply on May 12, 2009 3:03 AM by jbarrez

    Grouping Processes & Tasks

    setya

      Hi all,

      What's the best way to group processes & tasks, for instance in our application we have Inventory and Invoicing modules in the menu we need to group processes & tasks based on those modules.

      Regards,

      Setya

        • 1. Re: Grouping Processes & Tasks
          swatis

          what will you achieve by grouping the processes and tasks? and to whom you want to display these results??

          • 2. Re: Grouping Processes & Tasks
            setya

            Hi,

            Since our jBPM based application is installed based on modules we need to display list of processes & tasks available for each module in a tree hierarchy. So basically the processes & tasks will be shown as children of each modules. If possible I'd like to categorize this processes and tasks at database level to be queried.

            Regards,

            Setya

            • 3. Re: Grouping Processes & Tasks
              swatis

              this may not be proper answer but you can use prefix to mention the module name just before your process name and you can as well query to database to get module instances by looking at the prefix and build jbpm console war make changes into the xhtml pages if possible in jars...

              • 4. Re: Grouping Processes & Tasks
                jbarrez

                I agree, this is something that'll need a manual modification. Ie by using a prefix in the process def names or by adding a join table, matching process def to a module.