This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[CHORE] why UpdateRouteTable add UnchangedTriggers #6286
Labels
maintenance
This issue is about maintenance of the code base and related aspects
UpdateRouteTable.HandleAsync(WorkflowTriggersIndexed notification, CancellationToken cancellationToken)
await routeTableUpdater.AddRoutesAsync(notification.IndexedWorkflowTriggers.UnchangedTriggers, cancellationToken);
but why add UnchangedTriggers?
The text was updated successfully, but these errors were encountered: