Embedded UI

I have created a servlet plugin and in doGet method , I have added the below code

out.println("<!DOCTYPE html>");
out.println("<html>");
out.println("<head>");
out.println("<script src=\\"https://<servername:port>/suite/tempo/tempo.nocache.js\\"></script>");
out.println("</head>");
out.println("<body>");
out.println("<appian-task taskId=\\"1234\\" />");
out.println("</body>");
out.println("</html>");

The servlet is deployed in the same apian app server. (JBOSS)
When I run the servlet , https://<servername:port>/suite/plugins/servlet/Myproject/EmbedUIServlet

I don't see apian component embedded .. I don't have any idea what went wrong?

OriginalPostID-250444

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data