Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Darren Hunter 146 posts 238 karma points
    Oct 27, 2022 @ 13:47
    Darren Hunter
    0

    Remove Default workflows

    Hi

    Is there a way to remove the default workflows so they are not available on the Choose Workflow window

    enter image description here

    All I want to show is the 2 Azure work flows all the other ones need to go.

    Before any one says change the config so that

    "DisableDefaultWorkflow": true,

    This dose not do what I want and neither dose "SettingsCustomization" I want to get rid of the items from this window I no loner want the users to have access 2.

  • Darren Hunter 146 posts 238 karma points
    Oct 27, 2022 @ 14:01
    Darren Hunter
    1

    Well sorted it.

    Just used a custom start up using IComposer

    Added the following line

    builder.WithCollectionBuilder WorkflowCollectionBuilder ).Clear();

    And did what I wanted.

  • Joshua Crittenden 14 posts 124 karma points
    Aug 20, 2024 @ 13:16
    Joshua Crittenden
    0

    This works at least through version 13. Call this before adding in any custom Workflows you may have.

    builder.WithCollectionBuilder<WorkflowCollectionBuilder>().Clear();
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies