Any body implemented workflow with apache Sling before? How easily to integrate third party workflow engine such as activiti with Apache Sling?

link|improve this question

33% accept rate
feedback

1 Answer

I don't know activiti but if you can package it in an OSGi bundle, it should be possible to use it in Sling.

The JCR and Sling observation mechanisms are very helpful in integrating with workflow systems, as they can call back into your code when content is modified in the JCR repository, in a very decoupled event-based way.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.