diff --git a/src/modules/Elsa.Workflows.Core/Contexts/WorkflowExecutionContext.cs b/src/modules/Elsa.Workflows.Core/Contexts/WorkflowExecutionContext.cs
index 56509f366..57b5fae04 100644
--- a/src/modules/Elsa.Workflows.Core/Contexts/WorkflowExecutionContext.cs
+++ b/src/modules/Elsa.Workflows.Core/Contexts/WorkflowExecutionContext.cs
@@ -639,14 +639,6 @@ public partial class WorkflowExecutionContext : IExecutionContext
{
RemoveActivityExecutionContexts(x => x is { IsCompleted: true, ParentActivityExecutionContext: not null });
}
-
- ///
- /// Clears all activity completion callback entries from the workflow execution context.
- ///
- public void ClearCompletionCallbacks()
- {
- _completionCallbackEntries.Clear();
- }
public IEnumerable GetActiveActivityExecutionContexts()
{