0

I need to create my process using Java. The idea is to read data from db, and consequently personalize the process with these informations.

For example i could create a form in my task with a combo box loaded with infos extract from the sql query.

Any ideas?

dp.carlo
  • 597
  • 2
  • 11
  • 28

1 Answers1

2

You can use or extend the activiti designer for eclipse. It's open source and maybe you can design an extension to load your data from your db.

Nickmancol
  • 1,034
  • 7
  • 16