0

嗨,我正在使用 BPS 服务器提供的示例开发 WSO2 BPS 3.1.0。当我在 Eclipse 中部署这些示例时,我只能看到 BPEL 编辑器和 WSDL 编辑器。

但我在 Eclipse 或 Wso2 中没有看到任何其他用于 HUMANTASK 的 UI。即使我没有找到任何关于 HUMANTASK 的学习文档,除了这个

http://docs.wso2.org/display/BPS310/Writing+a+Human+Task+Artifact

HumanTask 及其端到端文档是否有任何 UI?

4

1 回答 1

0

HumanTask 编辑器的答案:- 不,目前WSO2 DevStudio没有 HumanTask 编辑器。但是您可以使用 DevStudio 的 xml 编辑器来编辑人工任务文件 ( .ht)。

WSO2 BPS支持 Humantask 1.1 规范 [1]。目前它只支持远程人工任务和远程通知。目前不支持子任务、精益任务、内联人工任务。如果你想学习humantask,我更喜欢规范[0]。与 BPEL 2.0 相比,这是一个非常简单的规范。http://docs.wso2.org/display/BPS310/Writing+a+Human+Task+Artifact涵盖了人类任务所需的基本语法。我写了一些博客文章来介绍一些高级人工任务用例。[1],[2]

编辑 .ht 文件的一些有用提示:

  • 为 xml 编辑器设置.ht文件关联。
  • 如[3] 中提到的,使用humantask xsd [4] 设置.ht 文件,用于基于xsd 的xml 验证和自动填充功能。

[0] http://docs.oasis-open.org/bpel4people/ws-humantask-1.1-spec-cs-01.html

[1] http://tryitnw.blogspot.com/2013/05/escalating-human-task-with-wso2-bps.html

[2] http://tryitnw.blogspot.com/2013/05/humantask-event-listeners-wso2-bps.html

[3] http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.wst.xmleditor.doc.user%2Ftopics%2Fcxmlcat.html

[4] http://docs.oasis-open.org/bpel4people/ws-humantask.xsd

另请参阅此堆栈溢出问题。WSO2 人工任务进入 COMPLETED 状态,但调用 BPEL 流程仍处于 ACTIVE 状态

于 2014-01-07T14:10:10.337 回答