Hi All.
I want to trigger a workflow using dynamic JSSP page. I have configured the workflow with external signal .In the JSSP page i wrote a postEvent method
<%@ page import="xtk:server/jsspcontext.js" %>
<%@ page import="/nl/core/shared/nl.js,nms:amcIntegration.js"%>
<%
NL.require("/nl/core/api.js")
.require('/nl/core/queryDef.js')
.require('/nl/core/shared/xtk.js');
xtk.workflow.PostEvent("WKF11", "signal", "", "", false)
%>
When i access the JSSP page in the browser.
XTK-170019 Access denied.
SOP-330011 Error while executing the method 'PostEvent' of service 'xtk:workflow'.