Versions Compared

Key

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

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

  3. Workflow groups can be enabled either through the Execution Manager in the 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 \*

...