Hi,
I have 2 distinct projects : one with my alfresco/extension directory and all, and another one where I put my workflows. I have exported my workflow project to a jar file referenced in alfresco project build path. So when I deploy my war, i can find my jar in it (in the same dir as WEB-INF), so everything seems fine.
But then I want to deploy my workflow from the workflow console, and it can't find the path to my process definition. I've tried several paths to it but alfresco can find none of them. I guess I need to reconfigure my classpath or move my jar to somewhere else …
Has anyone done that with success?
Thanks