第 14 章 从 Business Central 访问运行时数据
Business Central 中的以下页面允许您查看 KIE 服务器的运行时数据:
- 进程报告
- 任务报告
- 进程定义
- 进程实例
- 执行错误
- Jobs
- 任务
这些页面使用当前登录的用户的凭证从 KIE 服务器加载数据。因此,要能够在 Business Central 中查看运行时数据,请确保满足以下条件:
-
用户存在于运行 Business Central 应用程序的 KIE 容器(部署单元)。除了
kie-server角色外,此用户必须分配了admin、Bitit 或developer角色,并完全访问运行时数据。manager和process_admin角色还允许访问 Business Central 中的运行时数据页面。 -
用户存在于运行 KIE 服务器的 KIE 容器(部署单元),并分配了
kie-server角色。 - 建立了 Business Central 和 KIE 服务器之间的通信。也就是说,KIE 服务器在 Process Automation Manager 控制器(属于 Business Central 的一部分)中注册。
deployment.business-central.war登录模块存在于运行 Business Central 的服务器的standalone.xml配置中:<login-module code="org.kie.security.jaas.KieLoginModule" flag="optional" module="deployment.business-central.war"/>
<login-module code="org.kie.security.jaas.KieLoginModule" flag="optional" module="deployment.business-central.war"/>Copy to Clipboard Copied! Toggle word wrap Toggle overflow