Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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 164
1 REPLY 1