Hi @Lai Keng NG ,
Thank you for posting in this community.
After installing the September patches, including KB5002624, workflow is getting error "failed on start". KB5002624 has a known workflow issue. Description of the security update for SharePoint Enterprise Server 2016: September 10, 2024 (KB5002624)
- To work around this issue, register the safe types in the Web.config file. You can look for event tag "c42q0" in ULS logs to find the blocked type. If the type and assembly are safe, add the type to the authorized list in the Web.config file. For example:
<System.Workflow.ComponentModel.WorkflowCompiler> <authorizedTypes> <targetFx version="v4.0"> <authorizedType Assembly="Microsoft.SharePoint.WorkflowActions, Version=16.0.0.0, Culture=neutral, PublicKeyToken=null" Namespace="Microsoft.SharePoint.WorkflowActions.WithKey" TypeName="*" Authorized="True" /> </targetFx> </authorizedTypes>
Threads similar to your question for your viewing pleasure:https://learn.microsoft.com/en-us/answers/questions/2077853/after-kb5002624-2010-workflow-is-getting-failed-on
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.