Resume Workflow Execution
Start all ECs that were shut down during the upgrade.
$ mzsh startup <ec name>
Start the workflows on the restarted ECs.
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.
If there was a mix of enabled and disabled groups previously, run the following command to enable only the groups that were enabled:
$ mzsh mzadmin/<password> wfgroupenable <folder name>.* # Run the following command only if you wish to enable the SystemTask group. $ mzsh mzadmin/<password> wfgroupenable SystemTask.*
Otherwise if all groups, including System Task-related cleaner groups, were enabled before, use the following command to enable all groups:
$ mzsh mzadmin/<password> wfgroupenable \*
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: