How to pass path variable in URL of HttpTask

Hi,

we are try to pass URL in Http Task having path variable .But unable to set the variable .

Like: http;localhost:8080/task/{id}
id we want to pass from our application.

Can u help on this.

Thanks

Is id a variable in your process?

Have you tried using ${id} instead of {id}. You need to start the expressions with ${ or #{

Cheers,
Filip

{Id} is pathparam of url in httpTask and want to pass it dynamically.

Thanks