EaCloud.Workflow 9.0.0.9

dotnet add package EaCloud.Workflow --version 9.0.0.9
                    
NuGet\Install-Package EaCloud.Workflow -Version 9.0.0.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EaCloud.Workflow" Version="9.0.0.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EaCloud.Workflow" Version="9.0.0.9" />
                    
Directory.Packages.props
<PackageReference Include="EaCloud.Workflow" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EaCloud.Workflow --version 9.0.0.9
                    
#r "nuget: EaCloud.Workflow, 9.0.0.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EaCloud.Workflow@9.0.0.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EaCloud.Workflow&version=9.0.0.9
                    
Install as a Cake Addin
#tool nuget:?package=EaCloud.Workflow&version=9.0.0.9
                    
Install as a Cake Tool

EaCloud 工作流引擎组件

Member project of EaCloud Team NuGet Badge GitHub license

说明

EaCloud 工作流引擎组件,基于BPMN模型,实现办公自动化、文件审批、业务单据、请假报销等场景的流程逻辑。

用法

可按照如下配置方式使用:

  1. 通过nuget引用 EaCloud.Workflow 程序集
Install-Package EaCloud.Workflow
  1. appsettings.json 中 的 EaCloud 节点下添加如下配置节点
{
   //Workflow工作流引擎配置
   "Workflow": {
     "CacheExpirationMinutes": 1440,    //缓存过期分钟数。默认1440分钟(1天)
     "IsCacheSliding": true,            //缓存是否为相对过期,否则为绝对过期。默认false(绝对过期)
     "ExtSvcFilePath": ".\\Workflow\\ExtSvcFiles", //外部服务文件路径

     "StorageType": "Sqlserver", //存储类型:"Sqlserver"、"PostgreSql"、"SQLite"、"MySql"、"Mongo"、"Redis"
     //存储连接字符串:指定的数据库名必须已经存在,可以手动创建空数据库或者使用当前数据库
     "StorageConnectionString": "Data Source=127.0.0.1;Initial Catalog=EaCloud_DEV.Workflow;User ID=sa;Password=p@ssw0rd;Pooling=true;Min Pool Size=1;Max Pool Size=60;Integrated Security=false;Connect Timeout=60;Application Name=EaCloud",
     "Enabled": true //是否启用
   },
}

交流

QQ WeChat
QQ群号:863605868 微信号:SeonHu
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EaCloud.Workflow:

Package Downloads
EaCloud.Pack.Workflow

EaCloud 工作流引擎模块,封装基于 EaCloud 工作流引擎组件的功能实现。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.0.9 190 8/12/2025
9.0.0.8 126 7/5/2025
9.0.0.7 214 6/25/2025
9.0.0.6 211 6/18/2025
9.0.0.5 200 6/14/2025
9.0.0.4 215 5/8/2025
9.0.0.3 239 4/23/2025
9.0.0.2 231 4/11/2025
9.0.0.1 228 3/21/2025
8.0.1.9 203 11/15/2024
8.0.1.8 206 11/13/2024
8.0.1.7 197 10/9/2024
8.0.1.6 216 9/29/2024
8.0.1.5 192 9/13/2024
8.0.1.4 218 8/10/2024
8.0.1.3 255 8/7/2024
8.0.1.2 218 8/7/2024
8.0.1.1 225 8/7/2024
8.0.0.9 212 8/7/2024
8.0.0.8 170 8/5/2024
8.0.0.7 174 8/2/2024
8.0.0.6 164 8/1/2024
8.0.0.5 183 8/1/2024
8.0.0.4 153 7/31/2024
8.0.0.3 175 7/30/2024
8.0.0.2 246 7/25/2024
8.0.0.1 206 7/24/2024
7.0.9.4 213 7/19/2024
7.0.9.3 180 7/11/2024
7.0.9.2 204 7/6/2024
7.0.9.1 212 7/3/2024
7.0.8.9 232 6/28/2024
7.0.8.8 236 6/26/2024
7.0.8.7 213 6/22/2024
7.0.8.6 204 6/14/2024
7.0.8.5 220 5/31/2024
7.0.8.4 222 5/21/2024
7.0.8.3 232 5/21/2024
7.0.8.2 187 5/20/2024
7.0.8.1 212 5/20/2024
7.0.7.9 232 5/15/2024
7.0.7.8 210 5/10/2024
7.0.7.7 194 5/9/2024
7.0.7.6 224 5/9/2024
7.0.7.5 234 5/7/2024
7.0.7.4 234 4/28/2024
7.0.7.3 225 4/26/2024
7.0.7.2 215 4/21/2024
7.0.7.1 219 4/19/2024
7.0.6.9 199 4/15/2024
7.0.6.8 224 4/11/2024
7.0.6.7 231 4/11/2024
7.0.6.6 231 4/7/2024
7.0.6.5 214 4/7/2024
7.0.6.4 231 4/7/2024
7.0.6.3 215 4/7/2024
7.0.6.2 225 4/3/2024
7.0.6.1 222 4/3/2024
7.0.5.9 239 3/27/2024
7.0.5.8 225 3/23/2024
7.0.5.7 209 3/17/2024
7.0.5.6 224 3/17/2024
7.0.5.5 226 3/16/2024
7.0.5.4 203 3/13/2024
7.0.5.3 219 3/13/2024
7.0.5.2 246 3/6/2024
7.0.5.1 216 2/21/2024
7.0.4.9 223 2/21/2024
7.0.4.8 218 2/18/2024
7.0.4.7 238 2/5/2024
7.0.4.6 204 2/1/2024
7.0.4.5 231 1/26/2024
7.0.4.4 244 1/22/2024
7.0.4.3 222 1/17/2024
7.0.4.2 191 1/16/2024
7.0.4.1 202 1/16/2024
7.0.3.9 248 1/15/2024
7.0.3.8 245 1/3/2024
7.0.3.7 233 12/28/2023
7.0.3.6 249 12/27/2023
7.0.3.5 235 12/22/2023
7.0.3.4 230 12/22/2023
7.0.3.3 263 12/13/2023
7.0.3.2 218 12/13/2023
7.0.3.1 251 12/12/2023
7.0.2.9 251 11/26/2023
7.0.2.8 238 11/26/2023
7.0.2.7 221 9/26/2023
7.0.2.6 221 9/25/2023
7.0.2.5 223 9/15/2023
7.0.2.4 234 7/27/2023
7.0.2.3 286 7/22/2023
7.0.2.2 263 7/22/2023
7.0.2.1 281 7/21/2023
7.0.1.9 272 7/21/2023
7.0.1.8 253 7/20/2023
7.0.1.7 267 7/20/2023
7.0.1.6 265 7/4/2023
7.0.1.5 281 6/16/2023
7.0.1.4 261 6/13/2023
7.0.1.3 295 6/8/2023
7.0.1.2 278 6/2/2023
7.0.1.1 268 5/11/2023
7.0.0.9 278 5/10/2023
7.0.0.8 295 5/10/2023
7.0.0.7 295 4/19/2023
7.0.0.6 308 4/18/2023
7.0.0.5 348 3/27/2023
7.0.0.4 372 3/23/2023
7.0.0.3 431 1/31/2023
7.0.0.2 428 1/30/2023
7.0.0.1 467 12/24/2022
6.0.2.5 531 11/16/2022
6.0.2.4 575 11/10/2022
6.0.2.3 651 10/11/2022
6.0.2.2 710 9/23/2022
6.0.2.1 718 8/14/2022
6.0.1.9 719 8/13/2022
6.0.1.8 769 6/6/2022
6.0.1.7 799 5/26/2022
6.0.1.6 815 5/11/2022
6.0.1.5 775 5/10/2022
6.0.1.4 808 4/8/2022
6.0.1.3 838 4/2/2022
6.0.1.2 812 4/2/2022
6.0.1.1 849 3/18/2022
6.0.0.9 851 3/5/2022
6.0.0.8 907 2/19/2022
6.0.0.7 912 2/15/2022
6.0.0.6 894 2/14/2022
6.0.0.5 914 1/28/2022
6.0.0.4 762 1/13/2022
6.0.0.3 761 1/12/2022
6.0.0.2 559 12/21/2021
6.0.0.1 591 12/13/2021
5.0.3.7 573 10/16/2021
5.0.3.6 520 10/14/2021
5.0.3.5 521 10/13/2021
5.0.3.4 627 10/8/2021