When a Workflow is triggered by an EventArc, can actions be taken on the "return" value?

For instance:

- complete:
        return: "complete"
    - failure:
        # TODO: Notify failure
        return: "failure"

Is there anything in the GCP toolset for me to send an email to DevOps on “failure”?

This post looks good for sending emails from Workflow

https://glaforge.dev/posts/2022/02/01/sending-an-email-with-sendgrid-from-workflows/