You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
605 B
605 B
LINGYUN.Abp.Elsa.Server
Integration of Elsa.Server.Api, handling default Elsa endpoints.
Features
- Integrates Elsa server API endpoints with ABP framework
- Provides SignalR support
- Configures API versioning
- Includes automapper profiles for data mapping
- Registers necessary services:
ConnectionConverterActivityBlueprintConverterWorkflowBlueprintMapperEndpointContentSerializerSettingsProvider
Configuration and Usage
[DependsOn(
typeof(AbpElsaServerModule)
)]
public class YouProjectModule : AbpModule
{
}