Forum Discussion
bojanvelevski
4 years agoValued Contributor
Hey @Richard,
The Ultra Task is a one record in and one record out service. Any snap that is waiting and collecting all of the documents (Group by, Gate, Sort), will be stuck waiting for the “last document”. There is a workaround, with adding the Group by in a Pipeline execute, but that will not solve your problem if the input in the pipeline is document by document concept.
Richard
4 years agoNew Contributor III
Hi
Thanks for your answer, just for clarity the input is generated within the ultra task, the ultra task is a REST GET task where we pull prices from our ERP and try to send it back in the result.
- bojanvelevski4 years agoValued Contributor
If that’s the case, than you can do the workaround with Pipeline Execute
Regards,
Bojan