GCP Workflow keeps executing after scheduler job and triggers are removed

A workflow in GCP Workflows keeps executing for a resource that has been deactivated in one of our production google cloud project. The Cloud Scheduler job for it has been deleted and no triggers exist, but new executions are still appearing which we don’t want. Need help identifying what is triggering these executions.

For example, the workflow is making POST calls to an endpoint like /v1/.../init-sync for the deactivated resource on a scheduled interval, even though no scheduler job or trigger is configured for it anymore. The executions seem to be recurring and not just a one-off leftover run.

Hi @Shravan_Das, welcome to the community! We appreciate you reaching out :smiley:

While our community reviews your post, you may want to check out our Knowledge Hub for helpful patterns and best practices on event-driven architectures.

Please feel free to share any additional details, such as logs or configuration snippets (ensuring you mask any sensitive project-specific data); we will make sure to keep this thread on our radar!