"Pipeline execution failed or was aborted" - proper design of async interface(?)
Hi SL gurus,
I designed an async pipeline, see picture.
I created an error pipeline and defined it in my async pipeline properties.
I created a triggered task for my async pipeline.
Now, to simulate an error, I put some trash into JSON Formatter.
Whenever calling this pipeline with postman I get:
“Pipeline execution failed or was aborted”
I would expect the async JSON answer, and whatever happens in the pipeline is handeled there. The JSON POST sender has clean response.
Instead, postman gets some garbage. It seems JSON async generator is not called on time.
So what is the proper design of async behaviour, so I do not get trash like this?
Yes, i went through this already:
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/986285123/Understanding+Synchronous+and+Asynchronous+Execution+of+Triggered+Tasks
thank you
cheers
Simon 🙂