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.