EaCloud.Workflow 9.0.0.8

dotnet add package EaCloud.Workflow --version 9.0.0.8
                    
NuGet\Install-Package EaCloud.Workflow -Version 9.0.0.8
                    
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.8" />
                    
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.8" />
                    
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.8
                    
#r "nuget: EaCloud.Workflow, 9.0.0.8"
                    
#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.
#addin nuget:?package=EaCloud.Workflow&version=9.0.0.8
                    
Install as a Cake Addin
#tool nuget:?package=EaCloud.Workflow&version=9.0.0.8
                    
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.8 37 4 days ago
9.0.0.7 138 13 days ago
9.0.0.6 138 20 days ago
9.0.0.5 145 24 days ago
9.0.0.4 160 2 months ago
9.0.0.3 167 3 months ago
9.0.0.2 174 3 months ago
9.0.0.1 155 4 months ago
8.0.1.9 140 8 months ago
8.0.1.8 139 8 months ago
8.0.1.7 135 9 months ago
8.0.1.6 141 9 months ago
8.0.1.5 136 10 months ago
8.0.1.4 158 8/10/2024
8.0.1.3 181 8/7/2024
8.0.1.2 144 8/7/2024
8.0.1.1 144 8/7/2024
8.0.0.9 142 8/7/2024
8.0.0.8 96 8/5/2024
8.0.0.7 101 8/2/2024
8.0.0.6 106 8/1/2024
8.0.0.5 109 8/1/2024
8.0.0.4 93 7/31/2024
8.0.0.3 112 7/30/2024
8.0.0.2 168 7/25/2024
8.0.0.1 132 7/24/2024
7.0.9.4 135 7/19/2024
7.0.9.3 130 7/11/2024
7.0.9.2 140 7/6/2024
7.0.9.1 148 7/3/2024
7.0.8.9 155 6/28/2024
7.0.8.8 160 6/26/2024
7.0.8.7 139 6/22/2024
7.0.8.6 126 6/14/2024
7.0.8.5 141 5/31/2024
7.0.8.4 163 5/21/2024
7.0.8.3 160 5/21/2024
7.0.8.2 136 5/20/2024
7.0.8.1 154 5/20/2024
7.0.7.9 152 5/15/2024
7.0.7.8 132 5/10/2024
7.0.7.7 139 5/9/2024
7.0.7.6 148 5/9/2024
7.0.7.5 162 5/7/2024
7.0.7.4 152 4/28/2024
7.0.7.3 154 4/26/2024
7.0.7.2 162 4/21/2024
7.0.7.1 158 4/19/2024
7.0.6.9 145 4/15/2024
7.0.6.8 152 4/11/2024
7.0.6.7 155 4/11/2024
7.0.6.6 154 4/7/2024
7.0.6.5 149 4/7/2024
7.0.6.4 151 4/7/2024
7.0.6.3 154 4/7/2024
7.0.6.2 153 4/3/2024
7.0.6.1 156 4/3/2024
7.0.5.9 163 3/27/2024
7.0.5.8 142 3/23/2024
7.0.5.7 148 3/17/2024
7.0.5.6 160 3/17/2024
7.0.5.5 171 3/16/2024
7.0.5.4 129 3/13/2024
7.0.5.3 153 3/13/2024
7.0.5.2 173 3/6/2024
7.0.5.1 167 2/21/2024
7.0.4.9 154 2/21/2024
7.0.4.8 167 2/18/2024
7.0.4.7 171 2/5/2024
7.0.4.6 145 2/1/2024
7.0.4.5 159 1/26/2024
7.0.4.4 165 1/22/2024
7.0.4.3 145 1/17/2024
7.0.4.2 142 1/16/2024
7.0.4.1 153 1/16/2024
7.0.3.9 164 1/15/2024
7.0.3.8 172 1/3/2024
7.0.3.7 166 12/28/2023
7.0.3.6 173 12/27/2023
7.0.3.5 162 12/22/2023
7.0.3.4 163 12/22/2023
7.0.3.3 186 12/13/2023
7.0.3.2 149 12/13/2023
7.0.3.1 179 12/12/2023
7.0.2.9 198 11/26/2023
7.0.2.8 179 11/26/2023
7.0.2.7 181 9/26/2023
7.0.2.6 158 9/25/2023
7.0.2.5 171 9/15/2023
7.0.2.4 184 7/27/2023
7.0.2.3 227 7/22/2023
7.0.2.2 193 7/22/2023
7.0.2.1 215 7/21/2023
7.0.1.9 214 7/21/2023
7.0.1.8 196 7/20/2023
7.0.1.7 197 7/20/2023
7.0.1.6 211 7/4/2023
7.0.1.5 204 6/16/2023
7.0.1.4 185 6/13/2023
7.0.1.3 208 6/8/2023
7.0.1.2 205 6/2/2023
7.0.1.1 204 5/11/2023
7.0.0.9 210 5/10/2023
7.0.0.8 208 5/10/2023
7.0.0.7 233 4/19/2023
7.0.0.6 232 4/18/2023
7.0.0.5 283 3/27/2023
7.0.0.4 295 3/23/2023
7.0.0.3 346 1/31/2023
7.0.0.2 348 1/30/2023
7.0.0.1 390 12/24/2022
6.0.2.5 482 11/16/2022
6.0.2.4 484 11/10/2022
6.0.2.3 580 10/11/2022
6.0.2.2 641 9/23/2022
6.0.2.1 640 8/14/2022
6.0.1.9 644 8/13/2022
6.0.1.8 695 6/6/2022
6.0.1.7 719 5/26/2022
6.0.1.6 741 5/11/2022
6.0.1.5 700 5/10/2022
6.0.1.4 729 4/8/2022
6.0.1.3 748 4/2/2022
6.0.1.2 737 4/2/2022
6.0.1.1 773 3/18/2022
6.0.0.9 773 3/5/2022
6.0.0.8 831 2/19/2022
6.0.0.7 829 2/15/2022
6.0.0.6 808 2/14/2022
6.0.0.5 827 1/28/2022
6.0.0.4 672 1/13/2022
6.0.0.3 671 1/12/2022
6.0.0.2 468 12/21/2021
6.0.0.1 510 12/13/2021
5.0.3.7 495 10/16/2021
5.0.3.6 461 10/14/2021
5.0.3.5 440 10/13/2021
5.0.3.4 554 10/8/2021