how to deploy workflow in alfresco community -


i'm using alfresco 4.2c community installed bin installer.

i've ready workflow in machine doing maven sdk. found folder structure not same 4.2 community. example, got file named "service-context.xml" workflow bean deployer while 4.2 community doesn't have file.

i search google 4.2c community has extension folder:

tomcat/shared/classes/alfresco/extension

should create folder structure under folder? or place 4 files: bean deployer, model, workflow.bpmn , share-config-custom.xml inside?

also, there has extension folder called "web-extension":

tomcat/shared/classes/alfresco/web-extension

may know use place share-config-custom.xml (share forms)?

a snippet of service-context.xml:

<bean id="${project.artifactid}.workflowbootstrap" parent="workflowdeployer">     <property name="workflowdefinitions">         <list>             <props>                 <prop key="engineid">activiti</prop>                 <prop key="location">alfresco/module/${project.artifactid}/workflows/helloworld.bpmn</prop>                 <prop key="mimetype">text/xml</prop>                 <prop key="redeploy">false</prop>             </props>         </list>     </property> </bean> 

in addition, bean id , prop key="loaction" value in case?

if above solution not correct, may know correct procedure deploy workflow alfresco 4.2c community?

did @ tutorials? read official documentation or wiki pages, didn't , hence you're asking same questions answered before.

take @ question what straight-forward method deploy new workflow definition in alfresco community 4.0.e?

read links mentions, read http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html

and come questions.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -