最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to ensure a Cloud Function is called at the end of a Google Cloud Workflow execution (success, failure, or cancellation)? -

programmeradmin22浏览0评论

I am using Google Cloud Workflows to orchestrate a series of tasks. I need to ensure that a Cloud Function is called at the end of the workflow execution, regardless of whether the workflow completes successfully, fails, or is cancelled.

I could use a try-catch block in the workflow and call a function at the end of the workflow. This would work for workflows that complete successfully or fail. However, it might not work for workflows that are cancelled.

Do you have any more robust solutions for this?

Thanks in advance,

I looked into Eventarc, but I'm not sure if an event for the end of execution exists.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论