在应用程序中嵌入 Workbench JBPM v6.2

Embedding Workbench JBPM v6.2 In Application

我想在我的 Web 应用程序中显示一些 jbpm 透视图,我喜欢这个例子,我使用的是 jbpm v6.2:

<html>
  <head>
    <title>Test</title>
  </head>
  <body>
    <h1>Test</h1>
    <p>Editor frame below:</p>
    <iframe height='800' src='http://localhost:8080/jbpm-console?standalone=true&perspective=Process Instances' width='1000'></iframe>
  </body>
</html>

我有一个错误:"Refused to display 'http://localhost:8080/jbpm-console/kie-wb.html?perspective=StandaloneEditorPerspective&standalone=true&header=SAMEORIGIN' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'."

请帮我解决这个错误。感谢您的帮助!

看看 war 里面的 web.xml,你可以在那里配置它: https://github.com/droolsjbpm/kie-wb-distributions/blob/6.2.0.Final/kie-wb/kie-wb-distribution-wars/src/main/assembly/wildfly8/WEB-INF/web.xml#L30

您应该在表单中指定哪个页面可以嵌入 workbench 允许来自 uri