What is the most straight-forward method to deploy a new workflow definition in Alfresco Community 4.0.e?

南笙酒味 提交于 2019-12-01 04:42:09

I think you missed the most important wiki: http://wiki.alfresco.com/wiki/WorkflowAdministration

Here you can install the Eclipse plugin for JBPM. Make sure you enable these properties:

### BPM Engine ###
system.workflow.engine.jbpm.enabled=true
system.workflow.engine.jbpm.definitions.visible=true
system.workflow.deployservlet.enabled=true

If you configure the plugin correctly, then automatic deployment of the workflow is possible. (Still need to restart when deploying models)

If you want to follow the activiti path then: http://wiki.alfresco.com/wiki/Workflow_with_Activiti

Almost the same path, like installing an Eclipse plugin or using another BPMN20 designer. The only different aspect is that you need to manually deploy the workflow (export as .bar file and import it in the Activiti admin-console)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!