wdesert
Large SQL input field like in the native one
Hey! I am wondering whether it's possible to have a large SQL input field like the one for the native SQL-based flows, but in a custom user-created flow?
I know there is a data format called "SQL" which supports syntax highlighting, but the field itself is pretty limited and differs from the native one.
Thanks!
1 replies
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!
8 replies