Replies: 1 comment 1 reply
-
The activity execution context lets you manipulate variables so I think you'd just set the signal URL like so:
And fetching variables from running workflows works great. Just get your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I just read the document approval sample guide. In this guide we use the
signalUrl
function to get the url that triggers theSignaled
Activity from client side (email in this case).Is it possible to get this url through an api?
More broadly, is it possible to fetch any workflow variable through an api?
The reason I ask this question is because we want to embedded the "Signaled url" in our front-end SPA app instead of in the email link.
Sorry for taking up your time and thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions