0 Replies Latest reply on Mar 10, 2015 10:08 PM by thanhlt210

    Embedding Workbench JBPM In Application

    thanhlt210

      Hi,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>

      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.