Is there a way to remove the default workflows so they are not available on the Choose Workflow window
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.
Remove Default workflows
Hi
Is there a way to remove the default workflows so they are not available on the Choose Workflow window
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.
Well sorted it.
Just used a custom start up using IComposer
Added the following line
builder.WithCollectionBuilder WorkflowCollectionBuilder ).Clear();
And did what I wanted.
This works at least through version 13. Call this before adding in any custom Workflows you may have.
is working on a reply...