Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
It's worth noting that OnComponentOk can fire even when you aren't expecting it to.
In the example below i call a rest API, get a successful response and write the string "Success" to the file. Even though the subjob didn't go down the failure route the final subjob is still triggered by OnComponentOk and overwrites the text "Failure" to the file.
This has caught a member of my team out recently.