Skip to content

Commit

Permalink
WFS 5.2.2 (autocommit)
Browse files Browse the repository at this point in the history
  • Loading branch information
optimajet committed Aug 9, 2024
1 parent a3b1fdf commit 9b2682c
Show file tree
Hide file tree
Showing 48 changed files with 244 additions and 244 deletions.
Binary file modified WindowsService/OptimaJet.Logging.dll
Binary file not shown.
Binary file modified WindowsService/OptimaJet.Logging.pdb
Binary file not shown.
Binary file modified WindowsService/OptimaJet.Workflow.Core.dll
Binary file not shown.
Binary file modified WindowsService/OptimaJet.Workflow.FilesPlugin.dll
Binary file not shown.
Binary file modified WindowsService/OptimaJet.Workflow.MSSQL.dll
Binary file not shown.
Binary file modified WindowsService/OptimaJet.Workflow.Migrator.dll
Binary file not shown.
Binary file modified WindowsService/OptimaJet.Workflow.MongoDB.dll
Binary file not shown.
Binary file modified WindowsService/OptimaJet.Workflow.MySQL.dll
Binary file not shown.
Binary file modified WindowsService/OptimaJet.Workflow.Oracle.dll
Binary file not shown.
Binary file modified WindowsService/OptimaJet.Workflow.PostgreSQL.dll
Binary file not shown.
Binary file modified WindowsService/OptimaJet.Workflow.RealTimeTrackingPlugin.dll
Binary file not shown.
Binary file modified WindowsService/OptimaJet.WorkflowServer.dll
Binary file not shown.
Binary file modified WindowsService/OptimaJet.WorkflowServer.pdb
Binary file not shown.
Binary file modified WindowsService/WorkflowServer.Migrator.MSSQL.dll
Binary file not shown.
Binary file modified WindowsService/WorkflowServer.Migrator.MySQL.dll
Binary file not shown.
Binary file modified WindowsService/WorkflowServer.Migrator.Oracle.dll
Binary file not shown.
Binary file modified WindowsService/WorkflowServer.Migrator.PostgreSQL.dll
Binary file not shown.
216 changes: 108 additions & 108 deletions WindowsService/WorkflowServerService.deps.json

Large diffs are not rendered by default.

Binary file modified WindowsService/WorkflowServerService.dll
Binary file not shown.
Binary file modified WindowsService/WorkflowServerService.exe
Binary file not shown.
Binary file modified WindowsService/WorkflowServerService.pdb
Binary file not shown.
4 changes: 2 additions & 2 deletions WorkflowServer/WorkflowServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageTags>workflow engine, state machine, wf, core, optimajet, workflow server</PackageTags>
<Authors>Optimajet Limited</Authors>
<Company>Optimajet Limited</Company>
<Version>5.2.1</Version>
<Version>5.2.2</Version>
<PublishProtocol>FileSystem</PublishProtocol>
<PublishDir>bin\Release\PublishOutput</PublishDir>
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
Expand All @@ -33,7 +33,7 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="WorkflowEngine.NET-Server" Version="5.2.1" />
<PackageReference Include="WorkflowEngine.NET-Server" Version="5.2.2" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion backend/scripts/wfs-admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/templates/transition.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ <h4 v-if="FormData.IsFork && FormData.SubprocessInOutDefinition == 'Auto'" class
</el-form-item>
</div>

<el-form-item v-if="expertMode" :label="labels.SubprocessSpecifiedParameters" :readonly="readonly">
<el-form-item v-if="expertMode" :readonly="readonly">
<el-checkbox v-model="FormData.DisableParentStateControl" :disabled="readonly" :label="labels.DisableParentStateControl"
name="type"></el-checkbox>
</el-form-item>
Expand Down
Binary file modified bin/OptimaJet.Logging.dll
Binary file not shown.
Binary file modified bin/OptimaJet.Logging.pdb
Binary file not shown.
Binary file modified bin/OptimaJet.Workflow.Core.dll
Binary file not shown.
Binary file modified bin/OptimaJet.Workflow.FilesPlugin.dll
Binary file not shown.
Binary file modified bin/OptimaJet.Workflow.MSSQL.dll
Binary file not shown.
Binary file modified bin/OptimaJet.Workflow.Migrator.dll
Binary file not shown.
Binary file modified bin/OptimaJet.Workflow.MongoDB.dll
Binary file not shown.
Binary file modified bin/OptimaJet.Workflow.MySQL.dll
Binary file not shown.
Binary file modified bin/OptimaJet.Workflow.Oracle.dll
Binary file not shown.
Binary file modified bin/OptimaJet.Workflow.PostgreSQL.dll
Binary file not shown.
Binary file modified bin/OptimaJet.Workflow.RealTimeTrackingPlugin.dll
Binary file not shown.
Binary file modified bin/OptimaJet.WorkflowServer.dll
Binary file not shown.
Binary file modified bin/OptimaJet.WorkflowServer.pdb
Binary file not shown.
Binary file modified bin/WorkflowServer.Migrator.MSSQL.dll
Binary file not shown.
Binary file modified bin/WorkflowServer.Migrator.MySQL.dll
Binary file not shown.
Binary file modified bin/WorkflowServer.Migrator.Oracle.dll
Binary file not shown.
Binary file modified bin/WorkflowServer.Migrator.PostgreSQL.dll
Binary file not shown.
218 changes: 109 additions & 109 deletions bin/WorkflowServer.deps.json

Large diffs are not rendered by default.

Binary file modified bin/WorkflowServer.dll
Binary file not shown.
Binary file modified bin/WorkflowServer.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/dist/wfs-frontend.min.js

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "5.2.1",
"version": "5.2.2",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@optimajet/workflow-designer": "^13.2.2",
"@optimajet/workflow-designer-react": "^13.2.2",
"@optimajet/workflow-designer": "^13.3.0",
"@optimajet/workflow-designer-react": "^13.3.0",
"element-ui": "^2.15.10",
"jquery": "^3.6.3",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Workflow Server 5.2.1 - 30/07/2024
Workflow Server 5.2.2 - 09/08/2024

0 comments on commit 9b2682c

Please sign in to comment.