JBoss Community

Re: Adding new workitems programmatically, without repacking the application ?

created by Mauricio Salatino in jBPM - View the full discussion

If you are not planning to use eclipse or the web designer, you can write your WorkItem definitions in the language that you want. Your tool will need to understand that language.

And yes you can register the workitems doing:

ksession.getWorkItemManager().registerWorkItem("name", implementation);

 

Cheers

Reply to this message by going to Community

Start a new discussion in jBPM at Community