• 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

Activiti workflow deployment process

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have 3 environments : Dev, Test and Prod and currently we use the Activiti Explorer to deploy the workflow changes (.bar file). We are invoking Activity Explorer from our local workspace and connect to each environment to deploy the .bar file. I think this is error prone... Is there a simple way of deploying the .bar file ? Can a automated build process deploy the .bar file instead of using the Activiti explorer. I think that it would be ideal if we could package the .bar with in an .ear file.

I think we should have a very simple process of deploying workflows.
 
author
Posts: 45
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good point. You can of course deploy the artifact from a piece of Java code using the Activiti RepositoryService.
That gives you the flexibility to deploy the BAR in your preferred way.
So yes you can do it via an automated build, but you would need to write a bit of code for that as well.

Best regards,

Tijs
 
Krishna Jonnalagadda
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply !!. We'll try that approach ...
 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Krishna,
If you come up with a solution for Hudson/Jenkins or any other CI, please do share it.

Thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic