Disable workflow actions to improve performance
Disable workflow action on servers that do not require workflows to be processed, such as a subscriber. This can improve performance and reduce the number of versions created for each item.
- Log in to the WAS console and click...
Resources | Resource Environment | Resource Environment Providers | WCM WCMConfigService | Custom properties
If the WCM server is part of a cluster, use the dmgr console.
- Add a configuration setting named disableWorkflowAction.
- Use a comma to separate the workflow action names to disable. For example:
disableWorkflowAction=ScheduledMoveAction1,ScheduledMoveAction2
Workflow action names are case-sensitive.
- To disable all workflow actions on the server: disableWorkflowAction=*
- Restart the server or cluster.