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.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| LINGYUN/Abp/Elsa/EntityFrameworkCore/SqlServer | 1 year ago | |
| FodyWeavers.xml | 1 year ago | |
| FodyWeavers.xsd | 1 year ago | |
| LINGYUN.Abp.Elsa.EntityFrameworkCore.SqlServer.csproj | 1 year ago | |
| README.EN.md | 1 year ago | |
| README.md | 1 year ago | |
README.md
LINGYUN.Abp.Elsa.EntityFrameworkCore.SqlServer
Elsa工作流的SqlServer数据库提供程序模块
功能
- 提供Elsa工作流的SqlServer数据库支持
- 依赖于
AbpElsaEntityFrameworkCoreModule和AbpEntityFrameworkCoreSqlServerModule - 预配置以下功能:
- 持久化存储
- Webhooks存储
- 工作流设置存储
配置使用
[DependsOn(
typeof(AbpElsaEntityFrameworkCoreSqlServerModule)
)]
public class YouProjectModule : AbpModule
{
}
配置项
{
"Elsa": {
"Persistence": true, // 启用持久化存储
"Webhooks": true, // 启用Webhooks存储
"WorkflowSettings": true // 启用工作流设置存储
}
}