Server

From the old workflow system to the new 5.4 workflow system

Updated: March 18, 2024

Even though the 5.4 jBPM service doesn't implement backward compatibility with the old workflow service, is it possible to deploy both the old workflow framework AND the jBPM service so that the migration can be gradual?

It should be possible to use the m3 version of jBPM and still run the new workflow. If you create an action for the new workflow tab different from the one for the old workflow, you could use both at the same time. (I assume you are not using publishing tab and forum).

However, I think it would be much easier to move your old workflow to the new one. That would be:

  • create the new workflow with handler,
  • define what variable you need in the new workflow (most probably docId, repo name ....),
  • get the variable from the unfinished process instance in the old jBPM table (object are just serialized into it).

See NXP-2850 for technical details.