Alfresco 工作流程行为文档
我正在学习如何在 Alfresco 中开发高级工作流程,并且在自定义行为 JavaScript API 代码示例中找到了诸如 bpm_assignee、bpm_workflowDueDate、taskInstance、initiator
等内容,但我找不到相关文档。
有人能指出我正确的方向吗?
I'm learning how to develop advanced workflow in Alfresco and I find things like bpm_assignee, bpm_workflowDueDate, taskInstance, initiator
and so on in custom behaviour JavaScript API code examples but I can't find documentation for it.
Can somebody point me to the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
除了 Tahir 引用的 wiki 页面之外...
有关 Alfresco 4 工作流程的官方文档位于此处:
http://docs.alfresco.com /4.0/topic/com.alfresco.enterprise.doc/topics/wf-howto.html
这里是 Alfresco 3.4:
http://docs.alfresco.com /3.4/topic/com.alfresco.Enterprise_3_4_0.doc/topics/wf-howto.html
您可能还对高级工作流程教程感兴趣。这是针对 Alfresco 4 并使用 Activiti 的:
http://ecmarchitect.com/images/articles/alfresco -workflow/advanced-workflow-article-2ed.pdf
这个使用旧版本的 Alfresco 和 jBPM:
http://ecmarchitect.com/images/articles/alfresco-workflow /advanced-workflow-article.pdf
In addition to the wiki page Tahir cited...
The official documentation on Alfresco workflows lives here for Alfresco 4:
http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/topics/wf-howto.html
And here for Alfresco 3.4:
http://docs.alfresco.com/3.4/topic/com.alfresco.Enterprise_3_4_0.doc/topics/wf-howto.html
You may also be interested in an advanced workflow tutorial. This one is for Alfresco 4 and uses Activiti:
http://ecmarchitect.com/images/articles/alfresco-workflow/advanced-workflow-article-2ed.pdf
This one uses older versions of Alfresco and jBPM:
http://ecmarchitect.com/images/articles/alfresco-workflow/advanced-workflow-article.pdf
浏览 WorkflowAdministration Wiki 页面,您将在那里找到所需的所有信息。
Go through the WorkflowAdministration Wiki page, there you'll find all the info you need.