Workflow Timer is getting stuck after it is dueIssue A Workflow is using the Timer Activity and you are seeing that the Timer Due Date has passed but the Workflow has not continued as expected. Therefore you are now seeing that the Workflow is Stuck and is not performing the intended next actions.CauseThis can be happening when the [sys_trigger] Table is overloaded and has millions of records which need processing inside it.ResolutionPlease check the [sys_trigger] Table and ensure that it is cleared if there is lots of unexpected records in here. You should validate if these are needed and then delete them if they are not necessary in your instance. To progress the Stuck Workflow you can then navigate to the Workflow Context and use the "Nudge" UI Action to force the Workflow to continue executing as expected.