---
sourceDocument: Australia Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/service-management-for-the-enterprise

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Service Management

ft:clusterId :

    - sm4e

bundleId :

    - sm4e

workflow :

    - Technology


---

# Re-enable state flows

# Re-enable state flows {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

When service management state flows have been disabled, they cannot be re-enabled
from the user interface.

## Warum und wann dieser Vorgang ausgeführt wird

State flows can, however, be re-enabled by running a script for each service
management application.

## Prozedur

For each service management application, run the following script:  

    var now_GR = new GlideRecord('sm_config');
     gr.get('name', '{YOUR_APP_NAME}'); //this can be looked up by navigating to 
     the sm_config list
     gr.use_sf = true;
     gr.update();


