Skip to content

Commit 13d0dc7

Browse files
committed
WFE 16.2.0 (autocommit)
1 parent 2205a21 commit 13d0dc7

File tree

77 files changed

+213
-213
lines changed

Some content is hidden

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

77 files changed

+213
-213
lines changed

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.

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22
<!-- Version -->
33
<PropertyGroup>
4-
<Version>16.1.0</Version>
5-
<AssemblyVersion>16.1.0</AssemblyVersion>
6-
<FileVersion>16.1.0</FileVersion>
4+
<Version>16.2.0</Version>
5+
<AssemblyVersion>16.2.0</AssemblyVersion>
6+
<FileVersion>16.2.0</FileVersion>
77
</PropertyGroup>
88
<!-- Build -->
99
<PropertyGroup>

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<ItemGroup>
77
<PackageVersion Include="ConfigureAwait.Fody" Version="3.3.1" />
88
<PackageVersion Include="Fody" Version="6.6.3" />
9-
<PackageVersion Include="WorkflowEngine.NETCore-Core" Version="16.1.0" />
10-
<PackageVersion Include="WorkflowEngine.NETCore-Migrator" Version="16.1.0" />
9+
<PackageVersion Include="WorkflowEngine.NETCore-Core" Version="16.2.0" />
10+
<PackageVersion Include="WorkflowEngine.NETCore-Migrator" Version="16.2.0" />
1111
</ItemGroup>
1212
<!-- Plugins -->
1313
<ItemGroup>

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"OptimaJet.Workflow.MSSQL/16.1.0": {
10+
"OptimaJet.Workflow.MSSQL/16.2.0": {
1111
"dependencies": {
1212
"Microsoft.Data.SqlClient": "5.2.0",
1313
"NETStandard.Library": "2.0.3",
14-
"WorkflowEngine.NETCore-Core": "16.1.0",
15-
"WorkflowEngine.NETCore-Migrator": "16.1.0",
16-
"OptimaJet.Workflow.Core": "16.1.0.0",
17-
"OptimaJet.Workflow.Migrator": "16.1.0.0"
14+
"WorkflowEngine.NETCore-Core": "16.2.0",
15+
"WorkflowEngine.NETCore-Migrator": "16.2.0",
16+
"OptimaJet.Workflow.Core": "16.2.0.0",
17+
"OptimaJet.Workflow.Migrator": "16.2.0.0"
1818
},
1919
"runtime": {
2020
"OptimaJet.Workflow.MSSQL.dll": {}
@@ -1683,7 +1683,7 @@
16831683
}
16841684
}
16851685
},
1686-
"WorkflowEngine.NETCore-Core/16.1.0": {
1686+
"WorkflowEngine.NETCore-Core/16.2.0": {
16871687
"dependencies": {
16881688
"Microsoft.CodeAnalysis.CSharp": "4.1.0",
16891689
"Microsoft.CodeAnalysis.CSharp.Scripting": "4.1.0",
@@ -1696,45 +1696,45 @@
16961696
},
16971697
"runtime": {
16981698
"OptimaJet.Workflow.Core.dll": {
1699-
"assemblyVersion": "16.1.0",
1700-
"fileVersion": "16.1.0"
1699+
"assemblyVersion": "16.2.0",
1700+
"fileVersion": "16.2.0"
17011701
}
17021702
}
17031703
},
1704-
"WorkflowEngine.NETCore-Migrator/16.1.0": {
1704+
"WorkflowEngine.NETCore-Migrator/16.2.0": {
17051705
"dependencies": {
17061706
"FluentMigrator": "5.2.0",
17071707
"FluentMigrator.Runner": "5.2.0",
17081708
"Microsoft.Extensions.DependencyInjection": "8.0.0",
1709-
"WorkflowEngine.NETCore-Core": "16.1.0"
1709+
"WorkflowEngine.NETCore-Core": "16.2.0"
17101710
},
17111711
"runtime": {
17121712
"OptimaJet.Workflow.Migrator.dll": {
1713-
"assemblyVersion": "16.1.0",
1714-
"fileVersion": "16.1.0"
1713+
"assemblyVersion": "16.2.0",
1714+
"fileVersion": "16.2.0"
17151715
}
17161716
}
17171717
},
1718-
"OptimaJet.Workflow.Core/16.1.0.0": {
1718+
"OptimaJet.Workflow.Core/16.2.0.0": {
17191719
"runtime": {
17201720
"OptimaJet.Workflow.Core.dll": {
1721-
"assemblyVersion": "16.1.0.0",
1722-
"fileVersion": "16.1.0.0"
1721+
"assemblyVersion": "16.2.0.0",
1722+
"fileVersion": "16.2.0.0"
17231723
}
17241724
}
17251725
},
1726-
"OptimaJet.Workflow.Migrator/16.1.0.0": {
1726+
"OptimaJet.Workflow.Migrator/16.2.0.0": {
17271727
"runtime": {
17281728
"OptimaJet.Workflow.Migrator.dll": {
1729-
"assemblyVersion": "16.1.0.0",
1730-
"fileVersion": "16.1.0.0"
1729+
"assemblyVersion": "16.2.0.0",
1730+
"fileVersion": "16.2.0.0"
17311731
}
17321732
}
17331733
}
17341734
}
17351735
},
17361736
"libraries": {
1737-
"OptimaJet.Workflow.MSSQL/16.1.0": {
1737+
"OptimaJet.Workflow.MSSQL/16.2.0": {
17381738
"type": "project",
17391739
"serviceable": false,
17401740
"sha512": ""
@@ -2677,22 +2677,22 @@
26772677
"path": "thomaslevesque.weakevent/4.1.0",
26782678
"hashPath": "thomaslevesque.weakevent.4.1.0.nupkg.sha512"
26792679
},
2680-
"WorkflowEngine.NETCore-Core/16.1.0": {
2680+
"WorkflowEngine.NETCore-Core/16.2.0": {
26812681
"type": "project",
26822682
"serviceable": false,
26832683
"sha512": ""
26842684
},
2685-
"WorkflowEngine.NETCore-Migrator/16.1.0": {
2685+
"WorkflowEngine.NETCore-Migrator/16.2.0": {
26862686
"type": "project",
26872687
"serviceable": false,
26882688
"sha512": ""
26892689
},
2690-
"OptimaJet.Workflow.Core/16.1.0.0": {
2690+
"OptimaJet.Workflow.Core/16.2.0.0": {
26912691
"type": "reference",
26922692
"serviceable": false,
26932693
"sha512": ""
26942694
},
2695-
"OptimaJet.Workflow.Migrator/16.1.0.0": {
2695+
"OptimaJet.Workflow.Migrator/16.2.0.0": {
26962696
"type": "reference",
26972697
"serviceable": false,
26982698
"sha512": ""
Binary file not shown.

Providers/OptimaJet.Workflow.DbPersistence/SQL/CreatePersistenceObjects.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Company: OptimaJet
33
Project: WorkflowEngine.NET Provider for MSSQL and Azure SQL
4-
Version: 16.1
4+
Version: 16.2
55
File: CreatePersistenceObjects.sql
66
77
*/

Providers/OptimaJet.Workflow.DbPersistence/SQL/DropPersistenceObjects.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Company: OptimaJet
33
Project: WorkflowEngine.NET Provider for MSSQL
4-
Version: 16.1
4+
Version: 16.2
55
File: DropPersistenceObjects.sql
66
*/
77

Providers/OptimaJet.Workflow.DbPersistence/SQL/InitialWorkflowEngineSchema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Company: OptimaJet
33
Project: WorkflowEngine.NET Provider for MSSQL and Azure SQL
4-
Version: 16.1
4+
Version: 16.2
55
File: CreatePersistenceObjects.sql
66
*/
77

Providers/OptimaJet.Workflow.DbPersistence/Source/Scripts/CreatePersistenceObjects.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Company: OptimaJet
33
Project: WorkflowEngine.NET Provider for MSSQL and Azure SQL
4-
Version: 16.1
4+
Version: 16.2
55
File: CreatePersistenceObjects.sql
66
77
*/

Providers/OptimaJet.Workflow.DbPersistence/Source/Scripts/DropPersistenceObjects.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Company: OptimaJet
33
Project: WorkflowEngine.NET Provider for MSSQL
4-
Version: 16.1
4+
Version: 16.2
55
File: DropPersistenceObjects.sql
66
*/
77

Providers/OptimaJet.Workflow.DbPersistence/Source/Scripts/InitialWorkflowEngineSchema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Company: OptimaJet
33
Project: WorkflowEngine.NET Provider for MSSQL and Azure SQL
4-
Version: 16.1
4+
Version: 16.2
55
File: CreatePersistenceObjects.sql
66
*/
77

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"targets": {
88
".NETStandard,Version=v2.0": {},
99
".NETStandard,Version=v2.0/": {
10-
"OptimaJet.Workflow.MongoDB/16.1.0": {
10+
"OptimaJet.Workflow.MongoDB/16.2.0": {
1111
"dependencies": {
1212
"MongoDB.Driver.signed": "2.19.0",
1313
"NETStandard.Library": "2.0.3",
14-
"WorkflowEngine.NETCore-Core": "16.1.0",
15-
"OptimaJet.Workflow.Core": "16.1.0.0"
14+
"WorkflowEngine.NETCore-Core": "16.2.0",
15+
"OptimaJet.Workflow.Core": "16.2.0.0"
1616
},
1717
"runtime": {
1818
"OptimaJet.Workflow.MongoDB.dll": {}
@@ -1113,7 +1113,7 @@
11131113
}
11141114
}
11151115
},
1116-
"WorkflowEngine.NETCore-Core/16.1.0": {
1116+
"WorkflowEngine.NETCore-Core/16.2.0": {
11171117
"dependencies": {
11181118
"Microsoft.CodeAnalysis.CSharp": "4.1.0",
11191119
"Microsoft.CodeAnalysis.CSharp.Scripting": "4.1.0",
@@ -1126,23 +1126,23 @@
11261126
},
11271127
"runtime": {
11281128
"OptimaJet.Workflow.Core.dll": {
1129-
"assemblyVersion": "16.1.0",
1130-
"fileVersion": "16.1.0"
1129+
"assemblyVersion": "16.2.0",
1130+
"fileVersion": "16.2.0"
11311131
}
11321132
}
11331133
},
1134-
"OptimaJet.Workflow.Core/16.1.0.0": {
1134+
"OptimaJet.Workflow.Core/16.2.0.0": {
11351135
"runtime": {
11361136
"OptimaJet.Workflow.Core.dll": {
1137-
"assemblyVersion": "16.1.0.0",
1138-
"fileVersion": "16.1.0.0"
1137+
"assemblyVersion": "16.2.0.0",
1138+
"fileVersion": "16.2.0.0"
11391139
}
11401140
}
11411141
}
11421142
}
11431143
},
11441144
"libraries": {
1145-
"OptimaJet.Workflow.MongoDB/16.1.0": {
1145+
"OptimaJet.Workflow.MongoDB/16.2.0": {
11461146
"type": "project",
11471147
"serviceable": false,
11481148
"sha512": ""
@@ -1784,12 +1784,12 @@
17841784
"path": "zstdsharp.port/0.6.2",
17851785
"hashPath": "zstdsharp.port.0.6.2.nupkg.sha512"
17861786
},
1787-
"WorkflowEngine.NETCore-Core/16.1.0": {
1787+
"WorkflowEngine.NETCore-Core/16.2.0": {
17881788
"type": "project",
17891789
"serviceable": false,
17901790
"sha512": ""
17911791
},
1792-
"OptimaJet.Workflow.Core/16.1.0.0": {
1792+
"OptimaJet.Workflow.Core/16.2.0.0": {
17931793
"type": "reference",
17941794
"serviceable": false,
17951795
"sha512": ""
Binary file not shown.

Providers/OptimaJet.Workflow.MongoDB/Source/MongoDBProvider.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public virtual async Task<int> GetProcessInstancesCountAsync()
337337
{
338338
IMongoCollection<WorkflowProcessInstance> workflowProcessInstanceCollection =
339339
Store.GetCollection<WorkflowProcessInstance>(MongoDBConstants.WorkflowProcessInstanceCollectionName);
340-
ConfiguredTaskAwaitable<long> count = workflowProcessInstanceCollection.CountDocumentsAsync(_ => true).ConfigureAwait(false);
340+
long count = await workflowProcessInstanceCollection.CountDocumentsAsync(_ => true).ConfigureAwait(false);
341341
return Convert.ToInt32(count);
342342
}
343343

@@ -389,7 +389,7 @@ public virtual async Task<int> GetSchemesCountAsync()
389389
{
390390
IMongoCollection<WorkflowScheme> dbcoll =
391391
Store.GetCollection<WorkflowScheme>(MongoDBConstants.WorkflowSchemeCollectionName);
392-
ConfiguredTaskAwaitable<long> count = dbcoll.CountDocumentsAsync(_ => true).ConfigureAwait(false);
392+
long count = await dbcoll.CountDocumentsAsync(_ => true).ConfigureAwait(false);
393393
return Convert.ToInt32(count);
394394
}
395395

@@ -1866,7 +1866,7 @@ public virtual async Task<XElement> GenerateAsync(string schemeCode, Guid scheme
18661866

18671867
if (scheme == null)
18681868
{
1869-
throw new InvalidOperationException($"Scheme with Code={code} not found");
1869+
throw SchemeNotFoundException.Create(code, SchemeLocation.WorkflowProcessScheme);
18701870
}
18711871

18721872
return XElement.Parse(scheme.Scheme);

0 commit comments

Comments
 (0)