Hi folks,
I have question about workflow url link.
I have implemented multi-node plug-in 5.1.1-79 and I'm looking for this staff for my remote (proxy) workflow:
// URL that will open a page directly on the user interaction, so that user can enter the corresponding inputs
var urlAnswer = workflow.getAnswerUrl().url ;
// URL that will open a page directly on the vCO Web Operator page (web representation of the fat client)
var urlGoTo = workflow.getInteractionUrl().url
It works for local workflow, but for remote I've found nothink, maybe I find bad key words, could anybody help?
Thanks