Workflow Engine: Slowness in Workflow Activity ExecutionIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Workflow Engine: Slowness in Workflow Activity Execution ProblemUsers have reported slowness in workflow activity execution. The issue is not reproducible on demand and it is not limited to a specific workflow activity. SymptomsThe symptoms below are examples, but are not limited as this behaviour can impact any workflow activity: Workflow Timers taking longer to execute than expected, even though the scheduler is clearSub Workflows are completed but Sub Flow activity not continuing to next activityBegin activities not transitioning to next activity Cause The cause for this issue would be due to custom business rules on the following Workflow Tables. For example, the business rules may exist on (but are not limited to) the following workflow tables: Workflow Context [wf_context]Workflow Executing [wf_executing]Workflow Activity [wf_activity]Workflow Transition [wf_transition]Workflow Version [wf_workflow_version] Resolution Since the tables above have base-system business rules, records and java script execution that are used as part of the Workflow Engine, ServiceNow would recommend to de-activate any custom business rules on the Workflow tables. Warning: Please ensure that any of the steps taken in the resolution is executed on a non-production instance that is a copy of production for testing purposes, before any modification is made on production instances.