EaCloud.Workflow 7.0.3.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package EaCloud.Workflow --version 7.0.3.3
                    
NuGet\Install-Package EaCloud.Workflow -Version 7.0.3.3
                    
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="7.0.3.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EaCloud.Workflow" Version="7.0.3.3" />
                    
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 7.0.3.3
                    
#r "nuget: EaCloud.Workflow, 7.0.3.3"
                    
#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=7.0.3.3
                    
Install EaCloud.Workflow as a Cake Addin
#tool nuget:?package=EaCloud.Workflow&version=7.0.3.3
                    
Install EaCloud.Workflow 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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  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. 
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.3 32 18 hours ago
9.0.0.2 150 13 days ago
9.0.0.1 136 a month ago
8.0.1.9 123 5 months ago
8.0.1.8 119 5 months ago
8.0.1.7 120 6 months ago
8.0.1.6 116 7 months ago
8.0.1.5 114 7 months ago
8.0.1.4 132 8 months ago
8.0.1.3 162 9 months ago
8.0.1.2 121 9 months ago
8.0.1.1 127 9 months ago
8.0.0.9 119 9 months ago
8.0.0.8 79 9 months ago
8.0.0.7 85 9 months ago
8.0.0.6 90 9 months ago
8.0.0.5 91 9 months ago
8.0.0.4 76 9 months ago
8.0.0.3 96 9 months ago
8.0.0.2 148 9 months ago
8.0.0.1 113 9 months ago
7.0.9.4 118 9 months ago
7.0.9.3 111 9 months ago
7.0.9.2 122 10 months ago
7.0.9.1 124 10 months ago
7.0.8.9 130 10 months ago
7.0.8.8 136 10 months ago
7.0.8.7 117 6/22/2024
7.0.8.6 110 6/14/2024
7.0.8.5 122 5/31/2024
7.0.8.4 140 5/21/2024
7.0.8.3 136 5/21/2024
7.0.8.2 120 5/20/2024
7.0.8.1 132 5/20/2024
7.0.7.9 134 5/15/2024
7.0.7.8 111 5/10/2024
7.0.7.7 112 5/9/2024
7.0.7.6 121 5/9/2024
7.0.7.5 146 5/7/2024
7.0.7.4 132 4/28/2024
7.0.7.3 132 4/26/2024
7.0.7.2 144 4/21/2024
7.0.7.1 138 4/19/2024
7.0.6.9 130 4/15/2024
7.0.6.8 133 4/11/2024
7.0.6.7 135 4/11/2024
7.0.6.6 138 4/7/2024
7.0.6.5 131 4/7/2024
7.0.6.4 136 4/7/2024
7.0.6.3 130 4/7/2024
7.0.6.2 126 4/3/2024
7.0.6.1 138 4/3/2024
7.0.5.9 140 3/27/2024
7.0.5.8 124 3/23/2024
7.0.5.7 132 3/17/2024
7.0.5.6 142 3/17/2024
7.0.5.5 153 3/16/2024
7.0.5.4 113 3/13/2024
7.0.5.3 134 3/13/2024
7.0.5.2 155 3/6/2024
7.0.5.1 150 2/21/2024
7.0.4.9 137 2/21/2024
7.0.4.8 149 2/18/2024
7.0.4.7 155 2/5/2024
7.0.4.6 130 2/1/2024
7.0.4.5 135 1/26/2024
7.0.4.4 139 1/22/2024
7.0.4.3 129 1/17/2024
7.0.4.2 126 1/16/2024
7.0.4.1 140 1/16/2024
7.0.3.9 144 1/15/2024
7.0.3.8 152 1/3/2024
7.0.3.7 151 12/28/2023
7.0.3.6 148 12/27/2023
7.0.3.5 143 12/22/2023
7.0.3.4 149 12/22/2023
7.0.3.3 163 12/13/2023
7.0.3.2 127 12/13/2023
7.0.3.1 158 12/12/2023
7.0.2.9 184 11/26/2023
7.0.2.8 166 11/26/2023
7.0.2.7 170 9/26/2023
7.0.2.6 142 9/25/2023
7.0.2.5 151 9/15/2023
7.0.2.4 166 7/27/2023
7.0.2.3 205 7/22/2023
7.0.2.2 169 7/22/2023
7.0.2.1 193 7/21/2023
7.0.1.9 194 7/21/2023
7.0.1.8 174 7/20/2023
7.0.1.7 174 7/20/2023
7.0.1.6 194 7/4/2023
7.0.1.5 181 6/16/2023
7.0.1.4 165 6/13/2023
7.0.1.3 189 6/8/2023
7.0.1.2 183 6/2/2023
7.0.1.1 187 5/11/2023
7.0.0.9 185 5/10/2023
7.0.0.8 185 5/10/2023
7.0.0.7 209 4/19/2023
7.0.0.6 205 4/18/2023
7.0.0.5 259 3/27/2023
7.0.0.4 273 3/23/2023
7.0.0.3 322 1/31/2023
7.0.0.2 327 1/30/2023
7.0.0.1 366 12/24/2022
6.0.2.5 460 11/16/2022
6.0.2.4 458 11/10/2022
6.0.2.3 558 10/11/2022
6.0.2.2 622 9/23/2022
6.0.2.1 617 8/14/2022
6.0.1.9 623 8/13/2022
6.0.1.8 668 6/6/2022
6.0.1.7 693 5/26/2022
6.0.1.6 702 5/11/2022
6.0.1.5 674 5/10/2022
6.0.1.4 703 4/8/2022
6.0.1.3 721 4/2/2022
6.0.1.2 710 4/2/2022
6.0.1.1 746 3/18/2022
6.0.0.9 744 3/5/2022
6.0.0.8 801 2/19/2022
6.0.0.7 794 2/15/2022
6.0.0.6 776 2/14/2022
6.0.0.5 796 1/28/2022
6.0.0.4 635 1/13/2022
6.0.0.3 640 1/12/2022
6.0.0.2 430 12/21/2021
6.0.0.1 474 12/13/2021
5.0.3.7 462 10/16/2021
5.0.3.6 429 10/14/2021
5.0.3.5 408 10/13/2021
5.0.3.4 519 10/8/2021