Skip to content

Commit 067c106

Browse files
committed
WFE 8.1.0 (autocommit)
1 parent 0af44d8 commit 067c106

File tree

157 files changed

+1198
-899
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+1198
-899
lines changed

Designer/templates/elements.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
Type: 'Comment'
128128
});
129129
if (me.graph.data?.AdditionalParams) {
130-
const {CustomActivities, InlinedSchemeCodes} = me.graph.data.AdditionalParams;
130+
const {InlinedSchemeCodes} = me.graph.data.AdditionalParams;
131131

132-
CustomActivities?.forEach?.(item => {
132+
me.graph.designer.customActivities?.forEach?.(item => {
133133
item.Class = 'Custom';
134134
data.activities.push(item);
135135
});

Designer/workflowdesigner.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Providers/OptimaJet.Workflow.DbPersistence/OptimaJet.Workflow.MSSQL.deps.json

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"OptimaJet.Workflow.MSSQL/8.0.0": {
10+
"OptimaJet.Workflow.MSSQL/8.1.0": {
1111
"dependencies": {
1212
"Microsoft.Data.SqlClient": "2.1.2",
1313
"NETStandard.Library": "2.0.3",
14-
"WorkflowEngine.NETCore-Core": "8.0.0"
14+
"WorkflowEngine.NETCore-Core": "8.1.0",
15+
"OptimaJet.Workflow.Core": "8.1.0.0"
1516
},
1617
"runtime": {
1718
"OptimaJet.Workflow.MSSQL.dll": {}
@@ -454,14 +455,6 @@
454455
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
455456
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
456457
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
457-
"SharpZipLib/1.2.0": {
458-
"runtime": {
459-
"lib/netstandard2.0/ICSharpCode.SharpZipLib.dll": {
460-
"assemblyVersion": "1.2.0.246",
461-
"fileVersion": "1.2.0.246"
462-
}
463-
}
464-
},
465458
"System.AppContext/4.1.0": {
466459
"dependencies": {
467460
"System.Runtime": "4.3.0"
@@ -1461,13 +1454,12 @@
14611454
}
14621455
}
14631456
},
1464-
"WorkflowEngine.NETCore-Core/8.0.0": {
1457+
"WorkflowEngine.NETCore-Core/8.1.0": {
14651458
"dependencies": {
14661459
"Microsoft.CodeAnalysis.CSharp": "4.1.0",
14671460
"Microsoft.CodeAnalysis.CSharp.Scripting": "4.1.0",
14681461
"Microsoft.Extensions.DependencyModel": "1.1.1",
14691462
"Newtonsoft.Json": "13.0.1",
1470-
"SharpZipLib": "1.2.0",
14711463
"System.Collections.Specialized": "4.3.0",
14721464
"System.Security.Cryptography.Csp": "4.3.0",
14731465
"System.Xml.XmlDocument": "4.3.0",
@@ -1476,11 +1468,19 @@
14761468
"runtime": {
14771469
"OptimaJet.Workflow.Core.dll": {}
14781470
}
1471+
},
1472+
"OptimaJet.Workflow.Core/8.1.0.0": {
1473+
"runtime": {
1474+
"OptimaJet.Workflow.Core.dll": {
1475+
"assemblyVersion": "8.1.0.0",
1476+
"fileVersion": "8.1.0.0"
1477+
}
1478+
}
14791479
}
14801480
}
14811481
},
14821482
"libraries": {
1483-
"OptimaJet.Workflow.MSSQL/8.0.0": {
1483+
"OptimaJet.Workflow.MSSQL/8.1.0": {
14841484
"type": "project",
14851485
"serviceable": false,
14861486
"sha512": ""
@@ -1744,13 +1744,6 @@
17441744
"path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
17451745
"hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
17461746
},
1747-
"SharpZipLib/1.2.0": {
1748-
"type": "package",
1749-
"serviceable": true,
1750-
"sha512": "sha512-zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==",
1751-
"path": "sharpziplib/1.2.0",
1752-
"hashPath": "sharpziplib.1.2.0.nupkg.sha512"
1753-
},
17541747
"System.AppContext/4.1.0": {
17551748
"type": "package",
17561749
"serviceable": true,
@@ -2283,10 +2276,15 @@
22832276
"path": "thomaslevesque.weakevent/4.1.0",
22842277
"hashPath": "thomaslevesque.weakevent.4.1.0.nupkg.sha512"
22852278
},
2286-
"WorkflowEngine.NETCore-Core/8.0.0": {
2279+
"WorkflowEngine.NETCore-Core/8.1.0": {
22872280
"type": "project",
22882281
"serviceable": false,
22892282
"sha512": ""
2283+
},
2284+
"OptimaJet.Workflow.Core/8.1.0.0": {
2285+
"type": "reference",
2286+
"serviceable": false,
2287+
"sha512": ""
22902288
}
22912289
}
22922290
}
Binary file not shown.

Providers/OptimaJet.Workflow.DbPersistence/Source/OptimaJet.Workflow.MSSQL.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<AssemblyName>OptimaJet.Workflow.MSSQL</AssemblyName>
77
<SignAssembly>True</SignAssembly>
88
<AssemblyOriginatorKeyFile>Workflow.snk</AssemblyOriginatorKeyFile>
9-
<AssemblyVersion>8.0.0</AssemblyVersion>
10-
<FileVersion>8.0.0</FileVersion>
11-
<Version>8.0.0</Version>
9+
<AssemblyVersion>8.1.0</AssemblyVersion>
10+
<FileVersion>8.1.0</FileVersion>
11+
<Version>8.1.0</Version>
1212
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1313
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
1414
<Authors>OptimaJet, LLC</Authors>

Providers/OptimaJet.Workflow.MongoDB/OptimaJet.Workflow.MongoDB.deps.json

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"OptimaJet.Workflow.MongoDB/8.0.0": {
10+
"OptimaJet.Workflow.MongoDB/8.1.0": {
1111
"dependencies": {
1212
"MongoDB.Driver.signed": "2.10.4",
1313
"NETStandard.Library": "2.0.3",
1414
"System.Linq.Dynamic.Core": "1.2.8",
15-
"WorkflowEngine.NETCore-Core": "8.0.0"
15+
"WorkflowEngine.NETCore-Core": "8.1.0",
16+
"OptimaJet.Workflow.Core": "8.1.0.0"
1617
},
1718
"runtime": {
1819
"OptimaJet.Workflow.MongoDB.dll": {}
@@ -446,14 +447,6 @@
446447
}
447448
}
448449
},
449-
"SharpZipLib/1.2.0": {
450-
"runtime": {
451-
"lib/netstandard2.0/ICSharpCode.SharpZipLib.dll": {
452-
"assemblyVersion": "1.2.0.246",
453-
"fileVersion": "1.2.0.246"
454-
}
455-
}
456-
},
457450
"System.AppContext/4.1.0": {
458451
"dependencies": {
459452
"System.Runtime": "4.3.0"
@@ -1437,13 +1430,12 @@
14371430
}
14381431
}
14391432
},
1440-
"WorkflowEngine.NETCore-Core/8.0.0": {
1433+
"WorkflowEngine.NETCore-Core/8.1.0": {
14411434
"dependencies": {
14421435
"Microsoft.CodeAnalysis.CSharp": "4.1.0",
14431436
"Microsoft.CodeAnalysis.CSharp.Scripting": "4.1.0",
14441437
"Microsoft.Extensions.DependencyModel": "1.1.1",
14451438
"Newtonsoft.Json": "13.0.1",
1446-
"SharpZipLib": "1.2.0",
14471439
"System.Collections.Specialized": "4.3.0",
14481440
"System.Security.Cryptography.Csp": "4.3.0",
14491441
"System.Xml.XmlDocument": "4.3.0",
@@ -1452,11 +1444,19 @@
14521444
"runtime": {
14531445
"OptimaJet.Workflow.Core.dll": {}
14541446
}
1447+
},
1448+
"OptimaJet.Workflow.Core/8.1.0.0": {
1449+
"runtime": {
1450+
"OptimaJet.Workflow.Core.dll": {
1451+
"assemblyVersion": "8.1.0.0",
1452+
"fileVersion": "8.1.0.0"
1453+
}
1454+
}
14551455
}
14561456
}
14571457
},
14581458
"libraries": {
1459-
"OptimaJet.Workflow.MongoDB/8.0.0": {
1459+
"OptimaJet.Workflow.MongoDB/8.1.0": {
14601460
"type": "project",
14611461
"serviceable": false,
14621462
"sha512": ""
@@ -1713,13 +1713,6 @@
17131713
"path": "sharpcompress/0.23.0",
17141714
"hashPath": "sharpcompress.0.23.0.nupkg.sha512"
17151715
},
1716-
"SharpZipLib/1.2.0": {
1717-
"type": "package",
1718-
"serviceable": true,
1719-
"sha512": "sha512-zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==",
1720-
"path": "sharpziplib/1.2.0",
1721-
"hashPath": "sharpziplib.1.2.0.nupkg.sha512"
1722-
},
17231716
"System.AppContext/4.1.0": {
17241717
"type": "package",
17251718
"serviceable": true,
@@ -2231,10 +2224,15 @@
22312224
"path": "thomaslevesque.weakevent/4.1.0",
22322225
"hashPath": "thomaslevesque.weakevent.4.1.0.nupkg.sha512"
22332226
},
2234-
"WorkflowEngine.NETCore-Core/8.0.0": {
2227+
"WorkflowEngine.NETCore-Core/8.1.0": {
22352228
"type": "project",
22362229
"serviceable": false,
22372230
"sha512": ""
2231+
},
2232+
"OptimaJet.Workflow.Core/8.1.0.0": {
2233+
"type": "reference",
2234+
"serviceable": false,
2235+
"sha512": ""
22382236
}
22392237
}
22402238
}
Binary file not shown.

Providers/OptimaJet.Workflow.MongoDB/Source/OptimaJet.Workflow.MongoDB.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
99
<PackageId>WorkflowEngine.NETCore-ProviderForMongoDB</PackageId>
10-
<Version>8.0.0</Version>
11-
<AssemblyVersion>8.0.0</AssemblyVersion>
12-
<FileVersion>8.0.0</FileVersion>
10+
<Version>8.1.0</Version>
11+
<AssemblyVersion>8.1.0</AssemblyVersion>
12+
<FileVersion>8.1.0</FileVersion>
1313
<Authors>OptimaJet, LLC</Authors>
1414
<Product>Workflow Engine</Product>
1515
<Description>

Providers/OptimaJet.Workflow.MySql/OptimaJet.Workflow.MySql.deps.json

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"OptimaJet.Workflow.MySQL/8.0.0": {
10+
"OptimaJet.Workflow.MySQL/8.1.0": {
1111
"dependencies": {
1212
"MySql.Data": "8.0.30",
1313
"NETStandard.Library": "2.0.3",
14-
"WorkflowEngine.NETCore-Core": "8.0.0"
14+
"WorkflowEngine.NETCore-Core": "8.1.0",
15+
"OptimaJet.Workflow.Core": "8.1.0.0"
1516
},
1617
"runtime": {
1718
"OptimaJet.Workflow.MySQL.dll": {}
@@ -407,14 +408,6 @@
407408
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
408409
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
409410
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
410-
"SharpZipLib/1.2.0": {
411-
"runtime": {
412-
"lib/netstandard2.0/ICSharpCode.SharpZipLib.dll": {
413-
"assemblyVersion": "1.2.0.246",
414-
"fileVersion": "1.2.0.246"
415-
}
416-
}
417-
},
418411
"System.AppContext/4.1.0": {
419412
"dependencies": {
420413
"System.Runtime": "4.3.0"
@@ -1074,13 +1067,12 @@
10741067
}
10751068
}
10761069
},
1077-
"WorkflowEngine.NETCore-Core/8.0.0": {
1070+
"WorkflowEngine.NETCore-Core/8.1.0": {
10781071
"dependencies": {
10791072
"Microsoft.CodeAnalysis.CSharp": "4.1.0",
10801073
"Microsoft.CodeAnalysis.CSharp.Scripting": "4.1.0",
10811074
"Microsoft.Extensions.DependencyModel": "1.1.1",
10821075
"Newtonsoft.Json": "13.0.1",
1083-
"SharpZipLib": "1.2.0",
10841076
"System.Collections.Specialized": "4.3.0",
10851077
"System.Security.Cryptography.Csp": "4.3.0",
10861078
"System.Xml.XmlDocument": "4.3.0",
@@ -1089,11 +1081,19 @@
10891081
"runtime": {
10901082
"OptimaJet.Workflow.Core.dll": {}
10911083
}
1084+
},
1085+
"OptimaJet.Workflow.Core/8.1.0.0": {
1086+
"runtime": {
1087+
"OptimaJet.Workflow.Core.dll": {
1088+
"assemblyVersion": "8.1.0.0",
1089+
"fileVersion": "8.1.0.0"
1090+
}
1091+
}
10921092
}
10931093
}
10941094
},
10951095
"libraries": {
1096-
"OptimaJet.Workflow.MySQL/8.0.0": {
1096+
"OptimaJet.Workflow.MySQL/8.1.0": {
10971097
"type": "project",
10981098
"serviceable": false,
10991099
"sha512": ""
@@ -1322,13 +1322,6 @@
13221322
"path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
13231323
"hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
13241324
},
1325-
"SharpZipLib/1.2.0": {
1326-
"type": "package",
1327-
"serviceable": true,
1328-
"sha512": "sha512-zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==",
1329-
"path": "sharpziplib/1.2.0",
1330-
"hashPath": "sharpziplib.1.2.0.nupkg.sha512"
1331-
},
13321325
"System.AppContext/4.1.0": {
13331326
"type": "package",
13341327
"serviceable": true,
@@ -1714,10 +1707,15 @@
17141707
"path": "thomaslevesque.weakevent/4.1.0",
17151708
"hashPath": "thomaslevesque.weakevent.4.1.0.nupkg.sha512"
17161709
},
1717-
"WorkflowEngine.NETCore-Core/8.0.0": {
1710+
"WorkflowEngine.NETCore-Core/8.1.0": {
17181711
"type": "project",
17191712
"serviceable": false,
17201713
"sha512": ""
1714+
},
1715+
"OptimaJet.Workflow.Core/8.1.0.0": {
1716+
"type": "reference",
1717+
"serviceable": false,
1718+
"sha512": ""
17211719
}
17221720
}
17231721
}
Binary file not shown.

Providers/OptimaJet.Workflow.MySql/Source/OptimaJet.Workflow.MySQL.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<LangVersion>10</LangVersion>
55
<PackageId>WorkflowEngine.NETCore-ProviderForMySQL</PackageId>
6-
<Version>8.0.0</Version>
7-
<AssemblyVersion>8.0.0</AssemblyVersion>
8-
<FileVersion>8.0.0</FileVersion>
6+
<Version>8.1.0</Version>
7+
<AssemblyVersion>8.1.0</AssemblyVersion>
8+
<FileVersion>8.1.0</FileVersion>
99
<Authors>OptimaJet, LLC</Authors>
1010
<Product>Workflow Engine</Product>
1111
<Description>

0 commit comments

Comments
 (0)