Solved

How to quickly disable SmartActions feature?


Userlevel 2
Badge +7

Does anyone have any advice on how to quickly disable the entire K2 SmartActions feature, other than by going through K2 Setup Manager and reconfiguring K2?
In a customer's environment, this procedure using K2 Setup Manager and the Reconfigure option takes around 70 minutes and we don't want to wait that long to try it out.
I believe there is an option somewhere in some *.config file that is easy to change and just restart the K2 Server service after the change.
Anyone know?

Thanks, Pavel

icon

Best answer by boringnerd 5 April 2022, 08:35

View original

2 replies

Vote for the functionality here: https://nintex.uservoice.com/forums/932677-k2-five/suggestions/43487718-functionality-to-turn-off-on-smartactions-on-all-f
Userlevel 1
Badge +7

  1. Create a backup of K2HostServer.exe.config

  2. Edit K2HostServer.exe.config

  3. Look for this line:

    <system self="K2:DENALLIXK2Service" enableListeners="true" allowAmbiguity="true" />


  4. Change enableListeners to "false"

  5. Save the changes

  6. Restart K2 service

Reply