wdesertW
Windmillโ€ข13mo agoโ€ข
22 replies
wdesert

Creating a resume URL for an approval step in advance?

In our usecase, we need to generate a callback URL, send it to an external service (so that it can use the callback URL as a webhook), and then use it in the approval step so that it waits for the trigger.

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!
Was this page helpful?