How do I conditionally create a MassTransit saga?
I have a saga that should be triggered whenever one of two events occur. However, if a condition in the database isn’t fulfilled, no saga should be created.
I have a saga that should be triggered whenever one of two events occur. However, if a condition in the database isn’t fulfilled, no saga should be created.