wexflow icon indicating copy to clipboard operation
wexflow copied to clipboard

Replacement strings in HTTP Tasks

Open TechyGuy99 opened this issue 11 months ago • 0 comments

I have tasks that simply call to apis, but the urls can change based on id. I don't want to write a custom task for every endpoint.

Is it possible to use the HTTP tasks , like HttpGet where the setting is composed of the value of an incoming variable?

Example URl Setting = http://abc.com/$VARA where VAR A is the value of a rest variable that filled in at runtime?

If not, how should i do this?

TechyGuy99 avatar Mar 07 '24 20:03 TechyGuy99