0

I have developed a activiti workflow, I am trying to call the workflow through the code from an OSGI bundle but it gives the dependency errors. What would be the correct way to deploy the workflow into OSGI container?

Shridhar
  • 11
  • 5
  • What did you try and what errors did you have? – Christian Schneider Nov 09 '15 at 14:29
  • A pretty general question. I can say that packaging Activiti into a Felix OSGi container works well. We (BP3) have successfully done it for a couple of clients. However I would need a lot more detail from you before I could provide any hint. – Greg Harley Nov 10 '15 at 14:03

1 Answers1

0

You can try this feature for apache karaf.

Christian Schneider
  • 19,420
  • 2
  • 39
  • 64