Remove unused ClearCompletionCallbacks method from WorkflowExecutionContext.
This commit is contained in:
parent
4e9b6d0a01
commit
79a64e90fd
|
|
@ -639,14 +639,6 @@ public partial class WorkflowExecutionContext : IExecutionContext
|
|||
{
|
||||
RemoveActivityExecutionContexts(x => x is { IsCompleted: true, ParentActivityExecutionContext: not null });
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Clears all activity completion callback entries from the workflow execution context.
|
||||
/// </summary>
|
||||
public void ClearCompletionCallbacks()
|
||||
{
|
||||
_completionCallbackEntries.Clear();
|
||||
}
|
||||
|
||||
public IEnumerable<ActivityExecutionContext> GetActiveActivityExecutionContexts()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue