...
Connect to the server which your site is installed on.
Locate the “appsettings.json” file (usually found in “C:/webs/yourSite.com/appsettings.json” or wherever the Webs folder is located).
Make a backup of the file, and edit the original.
In the image below, we have examples of some feature flags (“EnabledFeatures”). Insert or remove the flags you see fit, to enable or disable the features of your choosing.
Save the file.
Recycle the site’s app pool through Internet Information Services (IIS) Manager (image below).
Feature flags
Relevant versions | Feature | Configuration |
---|---|---|
5.4.0 | Workflows UI | “business-workflows” |
5.4.0 | Instantiate workflows | “instantiate-business-workflows” |
...