在应用程序中嵌入Workbench JBPM [英] Embedding Workbench JBPM In Application

查看:104
本文介绍了在应用程序中嵌入Workbench JBPM的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是jbpm的新手,我想在我的Web应用程序中显示一些jbpm透视图,我确实喜欢这个示例

i'm newbie in jbpm, i want to display some jbpm perspective in my web application, i do like this example

 <html>
  <head>
    <title>Test</title>
  </head>
  <body>
    <iframe id="ifrm" height='800' src='http://localhost:8080/jbpm-console?standalone=true&perspective=Tasks List&header=ComplementNavArea' width='1000'></iframe>
  </body>
</html>

iframe的src内部属性具有透视图和标头参数。例如,它们具有价值,但我不知道它们从何处获得这些价值。
感谢您的帮助!

Inside src attribute of iframe i have perspective and header parameter. In example, they have values but i don't know where they get those values. Thanks for your help!

推荐答案

这些是透视图定义的ID。

Those are the id defined by the perspective.

org.kie.workbench.common.screens.home.client.perspectives.HomePerspective
org.kie.workbench.client.perspectives.AdministrationPerspective
org.kie.workbench。 client.perspectives.DroolsAuthoringPerspective
org.guvnor.m2repo.client.perspectives.GuvnorM2RepoPerspective
包含详细信息的流程实例
流程实例
包含详细信息的流程定义
流程定义
具有详细信息的任务
任务
身份
作业
仪表板透视
部署

org.kie.workbench.common.screens.home.client.perspectives.HomePerspective org.kie.workbench.client.perspectives.AdministrationPerspective org.kie.workbench.client.perspectives.DroolsAuthoringPerspective org.guvnor.m2repo.client.perspectives.GuvnorM2RepoPerspective Process Instances With Details Process Instances Process Definitions With Details Process Definitions Tasks With Details Tasks Identity Jobs DashboardPerspective Deployments

这是可用的标头...(如果愿意,您可以添加多个):
LogoWidget
AppNavBar
ComplementNavArea

And here are the available headers... (you can add more than one if you like): LogoWidget AppNavBar ComplementNavArea

这篇关于在应用程序中嵌入Workbench JBPM的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆