How to Pause or Disable a Workflow on a Trigger When "Enable this Workflow" Option is Still Checked Despite Being Unchecked in Settings?

This topic was automatically generated from Slack. You can find the original thread here.

I’m trying to find a simple way to pause/disable a workflow running on a trigger. When I go to settings, I see that it’s read-only, so I clicked edit and unchecked “Enable this workflow” in settings, then I “Merge to production” but the read-only settings still shows “Enable this workflow” is checked

I’ve also tried editing the workflow and disabling the trigger, then clicking “Merge to production”, but I still see the enabled trigger in the production branch :thinking_face:

Hi, are you using v1 workflow?

Nacho, is this still the case when you refresh the page?

I just disabled an active workflow that was git synced and one that wasn’t, and both worked for me

I did have to refresh the page to see the Active label change to Inactive though, which might be a bug

It’s v2 and @U02A06JPKEH it still happens if I refresh. I just tried again (both disabling the trigger and disabling the workflow, then “Merge to production” and refresh). I see the change when I hit edit, but not when I’m in the production branch

CleanShot 2024-01-25 at 08.10.19@2x.png

CleanShot 2024-01-25 at 08.09.49@2x.png

Do you have errors in your changelog? I wonder if your project and git branch are out of sync

Where do I check my changelog? It’s workflow p_vQCryoZ

Ah yes I see there’s a merge conflict with your master branch, but I’m not sure what. You might need to take a look at the serialized code in GH.

I tried doing the manual merge via a PR on GH and got this, but I think it works now (I had no idea I had to go to the project to disable/enable a workflow, it’s very counterintuitive)

Also, I think there’s another bug. I reenabled the workflow and manually triggered it and it appears as a successful run on the event log but there’s a 403 error in the workflow :thinking_face:

Glad you got it sorted out

I had no idea I had to go to the project to disable/enable a workflow, it’s very counterintuitive
Sorry, can you clarify?

Also, I think there’s another bug. I reenabled the workflow and manually triggered it and it appears as a successful run on the event log but there’s a 403 error in the workflow
I see, thanks. That is likely a bug that we can look into.

can you clarify?
I meant that I had to edit a project to see a “Pause” button on its workflows. I would expect the “pause” button to be in the workflow view, but it’s actually in Edit > Settings > uncheck “Enable workflow”

That is likely a bug that we can look into.
I don’t know if it’s related, but the 403 comes from CloudFlare: “Sorry, you have been blocked”. It also gives me a Cloudflare Ray ID: 84ab34425e1307b7 and Pipedream’s IP 3.80.99.12

This started happening on January 23 (no issues before). I contacted Splitwise, but they say it’s a Pipedream issue :man-shrugging: Anything I can try?

Oops sorry, somehow I missed those last couple messages.