EaCloud.Workflow 8.0.1.9

dotnet add package EaCloud.Workflow --version 8.0.1.9                
NuGet\Install-Package EaCloud.Workflow -Version 8.0.1.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="8.0.1.9" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EaCloud.Workflow --version 8.0.1.9                
#r "nuget: EaCloud.Workflow, 8.0.1.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.
// Install EaCloud.Workflow as a Cake Addin
#addin nuget:?package=EaCloud.Workflow&version=8.0.1.9

// Install EaCloud.Workflow as a Cake Tool
#tool nuget:?package=EaCloud.Workflow&version=8.0.1.9                

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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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
8.0.1.9 105 11/15/2024
8.0.1.8 109 11/13/2024
8.0.1.7 110 10/9/2024
8.0.1.6 105 9/29/2024
8.0.1.5 105 9/13/2024
8.0.1.4 124 8/10/2024
8.0.1.3 153 8/7/2024
8.0.1.2 112 8/7/2024
8.0.1.1 121 8/7/2024
8.0.0.9 113 8/7/2024
8.0.0.8 72 8/5/2024
8.0.0.7 78 8/2/2024
8.0.0.6 79 8/1/2024
8.0.0.5 84 8/1/2024
8.0.0.4 70 7/31/2024
8.0.0.3 86 7/30/2024
8.0.0.2 133 7/25/2024
8.0.0.1 106 7/24/2024
7.0.9.4 108 7/19/2024
7.0.9.3 103 7/11/2024
7.0.9.2 107 7/6/2024
7.0.9.1 117 7/3/2024
7.0.8.9 121 6/28/2024
7.0.8.8 126 6/26/2024
7.0.8.7 108 6/22/2024
7.0.8.6 103 6/14/2024
7.0.8.5 116 5/31/2024
7.0.8.4 133 5/21/2024
7.0.8.3 130 5/21/2024
7.0.8.2 112 5/20/2024
7.0.8.1 123 5/20/2024
7.0.7.9 124 5/15/2024
7.0.7.8 103 5/10/2024
7.0.7.7 94 5/9/2024
7.0.7.6 110 5/9/2024
7.0.7.5 139 5/7/2024
7.0.7.4 125 4/28/2024
7.0.7.3 126 4/26/2024
7.0.7.2 137 4/21/2024
7.0.7.1 129 4/19/2024
7.0.6.9 121 4/15/2024
7.0.6.8 124 4/11/2024
7.0.6.7 126 4/11/2024
7.0.6.6 131 4/7/2024
7.0.6.5 123 4/7/2024
7.0.6.4 127 4/7/2024
7.0.6.3 121 4/7/2024
7.0.6.2 118 4/3/2024
7.0.6.1 131 4/3/2024
7.0.5.9 134 3/27/2024
7.0.5.8 117 3/23/2024
7.0.5.7 125 3/17/2024
7.0.5.6 135 3/17/2024
7.0.5.5 147 3/16/2024
7.0.5.4 106 3/13/2024
7.0.5.3 126 3/13/2024
7.0.5.2 148 3/6/2024
7.0.5.1 139 2/21/2024
7.0.4.9 127 2/21/2024
7.0.4.8 138 2/18/2024
7.0.4.7 149 2/5/2024
7.0.4.6 122 2/1/2024
7.0.4.5 128 1/26/2024
7.0.4.4 132 1/22/2024
7.0.4.3 122 1/17/2024
7.0.4.2 120 1/16/2024
7.0.4.1 134 1/16/2024
7.0.3.9 138 1/15/2024
7.0.3.8 142 1/3/2024
7.0.3.7 145 12/28/2023
7.0.3.6 141 12/27/2023
7.0.3.5 135 12/22/2023
7.0.3.4 142 12/22/2023
7.0.3.3 156 12/13/2023
7.0.3.2 118 12/13/2023
7.0.3.1 151 12/12/2023
7.0.2.9 181 11/26/2023
7.0.2.8 164 11/26/2023
7.0.2.7 167 9/26/2023
7.0.2.6 139 9/25/2023
7.0.2.5 148 9/15/2023
7.0.2.4 162 7/27/2023
7.0.2.3 201 7/22/2023
7.0.2.2 166 7/22/2023
7.0.2.1 191 7/21/2023
7.0.1.9 192 7/21/2023
7.0.1.8 171 7/20/2023
7.0.1.7 171 7/20/2023
7.0.1.6 192 7/4/2023
7.0.1.5 175 6/16/2023
7.0.1.4 159 6/13/2023
7.0.1.3 181 6/8/2023
7.0.1.2 175 6/2/2023
7.0.1.1 177 5/11/2023
7.0.0.9 176 5/10/2023
7.0.0.8 176 5/10/2023
7.0.0.7 201 4/19/2023
7.0.0.6 196 4/18/2023
7.0.0.5 249 3/27/2023
7.0.0.4 264 3/23/2023
7.0.0.3 310 1/31/2023
7.0.0.2 316 1/30/2023
7.0.0.1 355 12/24/2022
6.0.2.5 447 11/16/2022
6.0.2.4 447 11/10/2022
6.0.2.3 546 10/11/2022
6.0.2.2 608 9/23/2022
6.0.2.1 603 8/14/2022
6.0.1.9 610 8/13/2022
6.0.1.8 655 6/6/2022
6.0.1.7 671 5/26/2022
6.0.1.6 687 5/11/2022
6.0.1.5 660 5/10/2022
6.0.1.4 687 4/8/2022
6.0.1.3 706 4/2/2022
6.0.1.2 696 4/2/2022
6.0.1.1 731 3/18/2022
6.0.0.9 727 3/5/2022
6.0.0.8 785 2/19/2022
6.0.0.7 776 2/15/2022
6.0.0.6 758 2/14/2022
6.0.0.5 778 1/28/2022
6.0.0.4 617 1/13/2022
6.0.0.3 615 1/12/2022
6.0.0.2 413 12/21/2021
6.0.0.1 456 12/13/2021
5.0.3.7 443 10/16/2021
5.0.3.6 411 10/14/2021
5.0.3.5 389 10/13/2021
5.0.3.4 501 10/8/2021