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"?

 
0 1 63
1 REPLY 1