Skip to content

HTTP Endpoint parameters and query #1474

Answered by ukepogluradr
ukepogluradr asked this question in Q&A
Discussion options

You must be logged in to vote

hi,

I've found a solution for this. I've created a workflow. First activity is a HTTP Request and second activity is a HTTP response.
I've written this code snippet as JavaScript in the Content area:

var adi = queryString("personname");
Hello ${adi}

and then I've published this workflow. For run, I've used http://localhost:5000/show?personname=John. That's it.

Thanks,
umit.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
Answer selected by ukepogluradr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants