露天工作流程可配置和条形码
我有几个关于 Alfresco 的问题。
-
Alfresco 工作流程模块、点击式操作是否可配置或是否需要编程? Visio 图表可以用来设置工作流程吗?
-
Alfresco 可以处理一维和二维条码吗?
问候
维什
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我有几个关于 Alfresco 的问题。
Alfresco 工作流程模块、点击式操作是否可配置或是否需要编程? Visio 图表可以用来设置工作流程吗?
Alfresco 可以处理一维和二维条码吗?
问候
维什
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
目前,Alfresco 工作流程可以使用 JBPM 开发 -plugins.info/eclipse/plugin_details.jsp?id=1028" rel="nofollow">图形流程设计器,它会生成您直接上传的 XML 文件进入露天。请注意,将来 Alfresco 的默认工作流引擎将更改为 Activiti。
Alfresco 不支持条形码生成/扫描。
Currently Alfresco workflows can be developed using the JBPM Graphical Process Designer, which produces XML files you directly upload into Alfresco. Be aware of the fact that in the future the default workflow engine of Alfresco will change to be Activiti.
Barcode generation/scanning is not supported by Alfresco.
在纽约举行的 Alfresco Devcon(2010 年)上,Neil McErlean 做了关于 Alfresco Action Framework 的演讲,其中演示了一个使用 QR 码的示例。
该演示文稿可以在 http://www.slideshare.net/alfresco/custom-action 找到-framework
我不确定此定制的源代码位于何处。因此,虽然无法通过 OTB 完成,但它是可能的定制,并且已作为 POC 完成。
At the Alfresco Devcon in New York (2010) Neil McErlean did a presentation on the Alfresco Action Framework where he demoed an example of working with QR codes.
The presentation can be found at http://www.slideshare.net/alfresco/custom-action-framework
I am not sure where the source code lives for this customization. So while it can't be done OTB, it is a customization that is possible and has been done as a POC.
最近,Activiti 工作流引擎是 Alfresco 中的默认引擎(尽管 jBPM 仍然可用)。有一个 Eclipse 插件,可用于以图形方式进行初始工作流程设计(并输出 BPMN XML 文件)。
然而,BPMN 直到使用特定于 Alfresco 的功能(例如任务的受让人(个人或组)、用于显示任务的表单以及用于创建和维护流程和任务变量的脚本)手动增强后才有用。 ,和/或挂钩到工作流程期间触发的事件。可能需要进一步的工作来定义任务模型(每种类型的任务所需的变量)并自定义共享用户界面以向用户正确显示任务。有关示例,请参阅本文。
所以虽然最初的草图设计可以用图形方式完成,但还需要详细的编程。 Alfresco 工作流程培训材料特别指出,如果没有开发人员的帮助,最终用户无法创建新的工作流程。
例外是“简单工作流程”,它不使用 BPMN 或 jBPM,并且是可由最终用户创建的简单的一步接受/拒绝决策。
More recently, the Activiti workflow engine is the default in Alfresco (though jBPM is still available). There is an Eclipse plugin that can be used to do the initial workflow design graphically (and output BPMN XML files).
However, the BPMN is not useful until it has been manually enhanced with Alfresco-specific features such as the assignee (person or group) for a task, the form to use to display the task, and scripts to create and maintain process and task variables, and/or hook into events triggered during the workflow. Further work may be needed to define the task model (the variables that each type of task needs) and to customise the Share user interface to display the tasks correctly to users. See this article for an example.
So although the initial draft design can be done graphically, detailed programming is also needed. The Alfresco training materials for workflows specifically state that end users cannot create new workflows without assistance from a developer.
The exception is "simple workflows", which don't use BPMN or jBPM, and are simple one-step Accept/Reject decisions that can be created by end users.
您可以使用任何 BPMN 工具,只要它生成 xml BPMN xml 输出,以便您可以将其导入 Alfresco activiti
You can use whatever BPMN tool as long as it generates an xml BPMN xml output so you can import it into Alfresco activiti