Hi all,
am using alfresco 4.0.d, Here am writing custom workflow defination. for this am using acitivi engine. to write i am using activiti-designer-5.7.1.zip in eclipse. which was integrated successfully. by using this i have generated first.bpmn20.xml. this i kept in alfresco\WEB-INF\classes\alfresco\workflow and in bootstrap-context.xml i wrote like
<props>
<prop key="engineId">activiti</prop>
<prop key="location">alfresco/workflow/first.bpmn20.xml</prop>
<prop key="mimetype">text/xml</prop>
<prop key="redeploy">false</prop>
</props>
when i strat workflow in share am getting error like this.
org.alfresco.service.cmr.workflow.WorkflowException: 10160009 Workflow path activiti$8005 does not exist.
can any one help me