Hello,
I would like to send a message back to the request in the event of an error. Can I also work with the flow output field there or how should I do it in the event of an error?
Greetings,
Fabian
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hello,
I would like to send a message back to the request in the event of an error. Can I also work with the flow output field there or how should I do it in the event of an error?
Greetings,
Fabian
You can use the context to hold output data for use by other steps. Please see an online document for more information.
Hi Sam,
no, I meant that if I end the complete workfalow with an error, then I would also like to return a value to the request in Smax via an output field.
Hey, Fabian.
I can only tell how we handle it: Many our flows have two flow output fields (in addition to other more specific) like "message" and "error_message" or "output" and "error_output". We use this to pass error message to other systems or to write log entries in a RDBMS table.
Maybe this answer help you a bit.
Cheers
-- Sascha