Hello,
we developed a jssp with the use of an xmlHttpRequest (post method) to transmit the data triggered following the click of a button. We then use a server-side js function to retrieve this data and call a postEvent to trigger a workflow.
In V7, we used this code to do the postEvent :
oldContext = logonEscalation('admin');
xtk.workflow.PostEvent('wkfInternalName', 'signal', 'done', parameters, false);
In V8, this code no longer works (probably due to the IMS connection mode) and we have this log :
XSV-350008 Session has expired or is invalid. Please reconnect. (iRc=-69)
If someone has an idea ?
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello @laurentRibous
Why do you need the admin session to start a workflow? It should work without the logonEscalation function.
Views
Replies
Total Likes
Hi @laurentRibous,
Were you able to resolve this query on your own or do you still need help here? Do let us know.
Thanks!
Views
Replies
Total Likes
Hello,
We were able to resolve this by our own.
Thanks!
Views
Replies
Total Likes
Great! Thanks for sharing that. Can you also share how you were able to resolve it so taht our Community can also benefit from your solution?
Thanks!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies