Standalone and Modular Hosting
Release-backed configuration matrix for code-first Elsa hosts and the CShells-based modular server in Elsa 3.8.0.
Host registration
Concern
Standalone host
Modular host
builder.AddShells(shells => shells
.WithHostAssemblies()
.WithConfigurationProvider(configuration)
.WithWebRouting(options => options.EnablePathRouting = true)
.WithAuthenticationAndAuthorization()
.ConfigureAllShells(shell => shell.WithFeatures(
typeof(ElsaFeature),
typeof(WorkflowManagementFeature),
typeof(WorkflowRuntimeFeature),
typeof(WorkflowsFeature),
typeof(WorkflowsApiFeature))));Configuration matrix
Capability
Standalone registration
Modular feature/settings
Identity and secrets
Choosing a model
Configuration-shape warning
Related guides
Release source references
Last updated