3 Replies Latest reply on Jan 18, 2008 6:15 AM by kukeltje

    A customized version of jBPM is available to evaluation and

    zorzid

      Customized jBPM

      A customized version of jBoss jBPM was built to be part of a collection product. jBPM was customized to allow creation of collection workflows and to cover our business requirements.

      Its respective Eclipse plug-in was also changed.

      The whole source-code is available at: http://sourceforge.net/projects/jbpmlhs/

      Basically, the following changes were performed:


      For Eclipse plug-ing:

      -> Allowed Events shall be selected from a drop down list;

      -> Allowed Actions shall be selected from a drop down list;

      -> Allowed Tasks shall be selected from a drop down list;

      -> Conditions defined using GUI;
      It was added the capability to define the conditions parameters of 'Condition Nodes' through a GUI, instead of edit the workflow process definition XML.

      -> Timers defined using GUI;

      -> Usage of Properties file;
      In order to allow selection of events, actions and tasks mentioned above, it was added the capability to read from a property file theses object names (it is possible now to configure a XML file into jBPM Preference page of Eclipse with the list of possible actions, tasks and events).

      For jBPM Engine:

      -> jBPM Asynchronous Message Queue handling;
      Current jBPM implementation of modules that execute expired timers (Scheduler) and asynchronous actions (Command Executor) are not thread safe. This could lead to bottlenecks in production environments once only one thread can be used to process queues (timer and asynchronous actions).
      New solution for processing of queues uses a concurrent process where a thread will get all data from the database and add them to a queue. Some threads working together concurrently will process this queue.

      -> jBPM Timers;
      Timers’ implementation for jBPM has a major drawback, start date of timer is always the date that timer is created. So, a configurable start date cannot be used while creating timers (in other words, it is not possible to configure another date instead of timer creation date).
      Requirements would not be fulfilled because of this drawback and for that the jBPM timer was modified to support a reference date. Using the start date the system automatically calculates the date when should be executed. The timer is created on the chosen event of the node where it was defined.

      -> jBPM Log;
      In order to get a complete history of workflow processing, new values for JBPM_LOG.CLASS_ column were added (there were not specific values for workflow processing cancelation or suspension, for example).



      For further questions, please post them into this forum.

        • 1. Re: A customized version of jBPM is available to evaluation
          tom.baeyens

          what is the product that this is used for ? i'm interested to have a look at it.

          are you interested to work with our community and get your improvements in the main sources of jBPM so that they can be used by everyone and so that you don't have to maintain a fork, which is probably going to be hard in the long run.

          • 2. Re: A customized version of jBPM is available to evaluation
            ntlhs

            Dear Tom,

            the product is a debt collection management system. Concerning the other question: Yes, we are interested working with your community as well as getting our changes into the main sources of jBPM. What do we need to do, waht is necessary?
            Best regards,
            Nicole

            • 3. Re: A customized version of jBPM is available to evaluation
              kukeltje

              Hi Nicole,

              If the changes are fairly isolated from each other, it is best to file jira issues as feature requests and add the patches for those features to them. That way they can be reviewed. If they are good, not only functional wise but code wise, you can even get committer access. You do have to sign the contributors agreement to get this. Looking forward to getting you on board...

              Regards,