• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Change existing workflow in JBPM

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new to JBPM, I am having one existing workflow but much of the java code embedded in xml. Now for the application requirement I want to change the existing workflow such that remove maximum possible java code from workflow and put it in some helper class. But this modification as per my knowledge will cause a huge problem for application.

So can someone tell me how can I deploy the changed workflow as JBPM does not support for changed ProcessDefinitions (workflows).

Thanks in advance.
Ganesh.
reply
    Bookmark Topic Watch Topic
  • New Topic