Forum Discussion
@JensDeveloper - I believe for Ultra you will want to remove the JSON Parser from the beginning of your parent pipeline. With Ultra using a FeedMaster, the document passed into the pipeline is already a JSON document, not a binary stream as with Triggered Task pipeline executions.
Hi,
Thanks for the answer @koryknick. but after that change it still takes a few minutes to wait on the response and it then gives just the orginal object because it errors. Does it have something to do that i cannot split the path_info when it is enabled as an ultra task?
When it’s in triggered task i get these results:
When I enable it then as ultra i get this:
Is it because it’s listening whole the time to a call that it cannot get the url?
Or has it something to do with my configuration of my pipeline execute?