Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Restart all ECs that were shut down or disconnected during the upgrade.

    Code Block
    $ mzsh startup <ec name> 
  2. Start the workflows on the restarted ECs. 

  3. Enable all workflow groups Workflow groups can be enabled either through the Execution Manager in Desktop or by executing the following commandthe Desktop or command line. Based on the recorded state during the shutdown process (refer to Shut Down Workflows and Desktops), you can use different approaches to resume Workflow Groups with the wfgroupenable command.

    1. If there was a mix of enabled and disabled groups previously, run the following command to enable only the groups that were enabled:

      Code Block
      $ mzsh mzadmin/<password> wfgroupenable <folder name>.*
      
      # Run the following command only if you wish to enable the SystemTask group.
      
      $ mzsh mzadmin/<password> wfgroupenable SystemTask.*
    2. Otherwise if all groups, including System Task-related cleaner groups, were enabled before, use the following command to enable all groups:

      Code Block
      $ mzsh mzadmin/<password> wfgroupenable \*
Note

Important!

In some cases, you may not want to enable the System Task cleaner groups, as they might delete logs or data needed for audits or operational reviews. If all groups have been enabled, you can disable the System Task group using the following command:

Code Block
$ mzsh mzadmin/<password> wfgroupdisable SystemTask.*
Scroll pagebreak