Creating a resume URL for an approval step in advance?
My naive assumption was that it's possible to have 2 steps: the first one with a call to getResumeURLS() and then, in the second, pass it to the Approval node.
It turned out, however, that the endpoint path is generated relative to the node and job that call the method.
Is there a way to somehow expose a callback URL for approval, known in advance?
Thanks!