The MassTransit documentation on sagas describes how
By default, instances are not removed from the saga repository.
It goes on to describe how a saga may be marked for removal from the saga repository.
The documentation for consumer sagas does not mention completion.
How is a consumer saga removed from the saga repository in MassTransit?