Provides support to persist workflows running on Workflow Core to a MongoDB database.
Install the NuGet package "WorkflowCore.Persistence.MongoDB"
PM> Install-Package WorkflowCore.Persistence.MongoDB
Use the .UseMongoDB extension method when building your service provider.
services.AddWorkflow(x => x.UseMongoDB(@"mongodb://localhost:27017", "workflow"));