Hi @SantoshSai I am trying to avoid the inclusion of an additional
process step just for redirection. I think if I call a custom workflow
process step I could get the payload from any of the available objects
and possibly use a requestresponsefactory OSGI service to redirect but
at the cost of an additional java class.As per the documentation ECMA
script provide these objects.WorkItem, WorkflowSession, WorkflowData,
args, sling and jcrSession.So I can easily get the payload but I am
trying to un...