viji28
3 years agoNew Contributor
Invocation of Ultra task fails
Hello Team,
I have created a test pipeline, where using Rest post I am invoking an Ultra pipeline.
The ultra pipeline is simple, it expects the $test input and sends the result back. This is only...
- 3 years ago
Hi @viji28,
Incoming JSON structure in Ultra pipelines is different, for better understanding i’ll suggest try add “Record Replay” snap at very beginning of your pipeline, just to see how it looks JSON structure in Ultra.
Fast answer if your request have body, then those parameters will be in content object ($content.test). Query parameters will be in query object.
Thanks,
Pero M.