Starting in version 8.3.0, the SqlSaga class is deprecated. With the simplified message correlation syntax that does not repeat the . mapping, the alternate saga base class is no longer necessary.
When using a standard Saga base class, the correlation id is determined by analysis of the ConfigureHowToFindSaga method.
A transitional correlation id (a feature exlusive to SQL Persistence) can still be applied using the [SqlSaga] attribute applied to a saga class.
The generated table name can also be set using the [SqlSaga] attribute.