Why Can't I Deploy Changes to Amend a Slack Account on an Old v1.0 Workflow?

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

I have an old v1.0 workflow - that I need to amend a slack account - but it’s not letting me deploy the changes

Hey , workflow v1 is no longer maintained, would you mind migrating to workflow v2/v3 if possible?

Hi - is there a way to migrate without losing the configured webhook endpoints

Hey , as far as I know, you will need to create a new HTTP source. What I would suggest as a workaround is to:

  1. Create a new workflow v2/v3, set a new HTTP source/trigger, then migrate all actions from you v1 workflow. Confirm that the new workflow work as expected
  2. On workflow v1, you can disable all steps, and add a new HTTP step to proxy all request to the new workflow
    By that, your v1 workflow will proxy all request to the new v2 workflow