What determines "OnSuccess" after a function runs?

Hey,

I have a function connected to a row update via the OnSuccess behavior.

The function runs and completes a material issue, but the row update and following items on the event don’t run.

Question: How does Kinetic determine that the function was a success? I thought maybe in the absence of a thrown exception, but that doesn’t seem to be the case. Is there something I can set when the function completes?

Thanks,

Joe

Wild guess; it probably uses the HTTP status code (200) as the indicator. A function could run and not do what you want and still return a 200.

2 Likes