Skip to content

Release 2025.5 #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 9 additions & 3 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ archived_version = false
# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
version = "2023.5"
version = "2025.5"

# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
Expand Down Expand Up @@ -200,16 +200,22 @@ enable = true
[[menu.main]]
identifier = 'documentation'
name = 'Documentation'
url = '/docs/2025.3'
url = '/docs/2025.5'
weight = 10

# Releases menu
[[params.versions]]
version = "2025.5"
url = "/docs/2025.5/"
dotNetVersion = "net-8.0"
inSupport = true
latest = true

[[params.versions]]
version = "2025.3"
url = "/docs/2025.3/"
dotNetVersion = "net-8.0"
inSupport = true
latest = true

[[params.versions]]
version = "2025.1"
Expand Down
705 changes: 705 additions & 0 deletions content/en/blog/releases/2025.X/2025.5.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions content/en/docs/2025.5/FAQs/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "FAQs"
linkTitle: "FAQs"
description: "Answers to our most frequently asked questions."
weight: 10000
---
6 changes: 6 additions & 0 deletions content/en/docs/2025.5/FAQs/check-cluster-health/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "How do I check cluster health?"
linkTitle: "How do I check cluster health?"
description: "Instructions on how to check the health of your cluster."
weight: 100
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Multiple Server with HA"
linkTitle: "Multiple Server with HA"
description: "Instructions on how to check the health of your multiple server cluster."
weight: 1
---

# Check Cluster Health

## Import Client Certificate

In order to access the [Service Fabric Explorer][] to check the health of the cluster, it is necessary for the client certificate specified during the [installation of {{% ctx %}}][Configure Installation Script] to be imported in to the current user store on the machine it is being accessed from.

Instructions on how to do this can be found [here][Import Client Certificate].

## View Cluster Health

1. Open a web browser.
1. {{< section "/install-application-server/multi-server/check-application-services.md">}}

[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}
[Import Client Certificate]: {{< url path="Cortex.Faqs.ImportClientCertificate.MultiServer" >}}
[Service Fabric Explorer]: {{< url path="Cortex.Reference.Glossary.P-T.ServiceFabricExplorer" >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Single Server without HA"
linkTitle: "Single Server without HA"
description: "Instructions on how to check the health of your single server cluster."
weight: 2
---

# Check Cluster Health

## Import Client Certificate

In order to access the [Service Fabric Explorer][] to check the health of the cluster, it is necessary for the client certificate specified during the [installation of {{% ctx %}}][Configure Installation Script] to be imported in to the current user store on the machine it is being accessed from.

Instructions on how to do this can be found [here][Import Client Certificate].

## View Cluster Health

1. Open a web browser.
1. {{< section "/install-application-server/single-server/check-application-services.md">}}

[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.ConfigureInstallationScriptNew" >}}
[Import Client Certificate]: {{< url path="Cortex.Faqs.ImportClientCertificate.SingleServer" >}}
[Service Fabric Explorer]: {{< url path="Cortex.Reference.Glossary.P-T.ServiceFabricExplorer" >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "How do I import the client certificate used to check cluster health?"
linkTitle: "How do I import the client certificate used to check cluster health?"
description: "Instructions on how to import the client certificate used to check the cluster health."
weight: 100
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Multiple Server with HA"
linkTitle: "Multiple Server with HA"
description: "Instructions on how to import the client certificate used to check your multiple server cluster health."
weight: 1
---

# Import Client Certificate

## Using CA Certificates

In order to check the cluster health in Service Fabric Explorer and RabbitMQ, the certificate specified for `ClientCertificatePath` during [installation of the Application Servers][Configure Application Server Installation Script], or `ServerCertificatePath` during [installation of the Flow Debugger][Configure Flow Debugger Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:

{{< section "/faqs/import-ca-client-certificate.md">}}

## Using Self Signed Certificates

In order to check the cluster health in Service Fabric Explorer and RabbitMQ, the certificate generated when specifying `UseSelfSignedCertificates` during [installation of the Application Servers][Configure Application Server Installation Script], or during [installation of the Flow Debugger][Configure Flow Debugger Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:

{{< section "/faqs/import-selfsigned-client-certificate.md">}}

[Configure Application Server Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}
[Configure Flow Debugger Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureDebuggerInstallationScript" >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Single Server without HA"
linkTitle: "Single Server without HA"
description: "Instructions on how to import the client certificate used to check your single server cluster health."
weight: 1
---

# Import Client Certificate

## Using CA Certificates

In order to check the cluster health in Service Fabric Explorer and RabbitMQ, the certificate specified for `ServerCertificatePath` during [installation of the Application Servers][Configure Application Server Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:

{{< section "/faqs/import-ca-client-certificate.md">}}

## Using Self Signed Certificates

In order to check the cluster health in Service Fabric Explorer and RabbitMQ, the certificate generated when specifying `UseSelfSignedCertificates` during [installation of the Application Servers][Configure Application Server Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:

{{< section "/faqs/import-selfsigned-client-certificate.md">}}

[Configure Application Server Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.ConfigureInstallationScriptNew" >}}
6 changes: 6 additions & 0 deletions content/en/docs/2025.5/Guides/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Guides"
linkTitle: "Guides"
description: "This section includes all guides for the {{% ctx %}} platform."
weight: 10
---
9 changes: 9 additions & 0 deletions content/en/docs/2025.5/Guides/cortex-gateway/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "CORTEX Gateway"
linkTitle: "CORTEX Gateway"
description: "The centralised web-based portal for accessing all user applications and tooling in the {{% ctx %}} platform."
weight: 50
outOfSupport: true
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "CORTEX Gateway Management"
linkTitle: "CORTEX Gateway Management"
description: "{{% ctx %}} Gateway and Studio Management tools and settings"
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "LDAP Authorisation"
linkTitle: "LDAP Authorisation"
description: "Configure RBAC by assining roles to security groups."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "LDAP Connection"
linkTitle: "LDAP Connection"
description: "Connect to an Active Directory using LDAP."
---

{{< workinprogress >}}
7 changes: 7 additions & 0 deletions content/en/docs/2025.5/Guides/cortex-innovation/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "CORTEX Applications"
linkTitle: "CORTEX Applications"
description: "The Service Fabric applications hosting the services within the {{% ctx %}} platform."
weight: 300
outOfSupport: true
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Core Application"
linkTitle: "Core Application"
description: "The Core Application."
weight: 1
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Services"
linkTitle: "Services"
description: "The Core Application Services."
weight: 1
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "API Gateway Service"
linkTitle: "API Gateway Service"
description: "The API Gateway Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Authorisation Service"
linkTitle: "Authorisation Service"
description: "The Authorisation Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Concurrency Management Service"
linkTitle: "Concurrency Management Service"
description: "The Concurrency Management Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Configuration Management Service"
linkTitle: "Configuration Management Service"
description: "The Configuration Management Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Data Storage Service"
linkTitle: "Data Storage Service"
description: "The Data Storage Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Execution Management Service"
linkTitle: "Execution Management Service"
description: "The Execution Management Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Licence Management Service"
linkTitle: "Licence Management Service"
description: "The Licence Management Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Listeners Service"
linkTitle: "Listeners Service"
description: "The Listeners Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Monitoring Service"
linkTitle: "Monitoring Service"
description: "The Monitoring Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Package Management Service"
linkTitle: "Package Management Service"
description: "The Package Management Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Provisioning Service"
linkTitle: "Provisioning Service"
description: "The Provisioning Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Scheduling Service"
linkTitle: "Scheduling Service"
description: "The Scheduling Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Triggers Service"
linkTitle: "Triggers Service"
description: "The Triggers Service."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Execution Application"
linkTitle: "Execution Application"
description: "The Execution Application."
weight: 1
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Services"
linkTitle: "Services"
description: "The Execution Application Services."
weight: 1
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Execution Service"
linkTitle: "Execution Service"
description: "The Execution Service."
---

{{< workinprogress >}}
9 changes: 9 additions & 0 deletions content/en/docs/2025.5/Guides/cortex-studio/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "CORTEX Studio"
linkTitle: "CORTEX Studio"
description: "The web-based, low-code, integrated development environment (IDE) for creating, editing, debugging, testing and managing flows that define the logic and actions required to capture and automate simple user tasks through to complex business or IT processes."
weight: 100
outOfSupport: true
---

{{< workinprogress >}}
20 changes: 20 additions & 0 deletions content/en/docs/2025.5/Guides/cortex-studio/debugging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Debugging"
linkTitle: "Debugging"
description: ""
weight: 1
---

{{< workinprogress >}}

## Summary

## Property Viewer

## Remarks

### Known Limitations

## See Also

### Related Concepts
Loading