Skip to content
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

2023.11 into main #89

Merged
merged 48 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
0b8545b
Added 2023.9 folders.
Cortex-MT Sep 4, 2023
58623a5
Merge pull request #50 from CortexIntelligentAutomation/feature/add-2…
Cortex-MT Sep 4, 2023
3ccd3a8
10758 - FlowExecutionCancelledException (#51)
Cortex-MT Sep 5, 2023
05ac3a3
Feature/2023.9 communication between flows blocks (#52)
Cortex-ModestasT Sep 18, 2023
b7ffa4d
Feature/2023.9 add innovation to 7.2 (#53)
cortex-lp Sep 26, 2023
97bbc79
Feature/11710 wait for key in collection to be set block (#55)
cortex-av Sep 26, 2023
dbdb1f1
Self-signed-certificates.md update org name and email (#56)
cortex-av Sep 27, 2023
134da42
fix issue (#57)
cortex-sg Oct 2, 2023
166012c
Fix/9540 powershell block exception (#59)
cortex-av Oct 5, 2023
c3621de
Feature/7417 execute http request call another flow (#60)
cortex-av Oct 5, 2023
71d136b
feature/12009 add triggers service to docs (#62)
cortex-mtr Oct 11, 2023
a4e1606
Update Net Framework 471 to 472 (#61)
Cortex-ModestasT Oct 11, 2023
8b1b672
add 2023.11 area
cortex-td Oct 12, 2023
76d21f8
Merge remote-tracking branch 'origin/2023.9' into 2023.11
cortex-td Oct 12, 2023
7e35970
base 2023.11 off 2023.9
cortex-td Oct 12, 2023
c6b8878
Update to use single quotes (#65)
cortex-sa Oct 17, 2023
d1d323e
Feature/12524 minor documentation fixes (#67)
Cortex-DMS Oct 19, 2023
3bc072a
Feature/13058 test port usage (#70)
cortex-sa Oct 25, 2023
806d16a
add stubs for new blocks
cortex-av Oct 30, 2023
9e844ad
url.tomls update for find text blocks
cortex-av Oct 30, 2023
f441ce3
add block icon
cortex-av Oct 30, 2023
f76bd7d
add TextToFind datatype stub
cortex-av Oct 30, 2023
37ac6b2
TextToFind datatype docs
cortex-av Nov 1, 2023
04f6100
find all text block
cortex-av Nov 1, 2023
23b241b
Matches property
cortex-av Nov 1, 2023
9125e93
add stub datatypes, add example, fix some links
cortex-av Nov 2, 2023
0a308b8
typo
cortex-av Nov 2, 2023
e623f54
missing property in example
cortex-av Nov 2, 2023
4459bc4
add content, fix links
cortex-av Nov 2, 2023
77ee5b5
typos and content addition and broken links fixed
cortex-av Nov 2, 2023
cfb9aa1
block index descriptions
cortex-av Nov 2, 2023
edc7f8b
change to resolve valid comments
cortex-av Nov 2, 2023
66578d9
WIP tags removal
cortex-av Nov 2, 2023
88e8f85
signoff changes
cortex-av Nov 2, 2023
43c97a7
Merge pull request #72 from CortexIntelligentAutomation/feature/13241…
cortex-av Nov 2, 2023
576453b
Feature/13482 windows defender (#73)
cortex-sa Nov 8, 2023
0792583
Feature/13382 findtextblocks datatypes docs (#74)
cortex-av Nov 8, 2023
37c1ee8
Feature/13382 findtextblocks datatypes docs (#75)
cortex-av Nov 9, 2023
dcbf165
13737 Deployment Guide for Interaction Portal On Premise (#77)
cortex-av Nov 23, 2023
e248455
Feature/encrypted properties (#76)
cortex-sa Nov 23, 2023
273a6ea
Feature/12526 separate debugger install instructions (#71)
Cortex-DMS Nov 30, 2023
d64655c
Updated Observability versioning for 2023.11 release (#81)
cortex-sr Dec 4, 2023
ecfac69
Feature/2023.11/feature-14075-OracleConnectionDetails (#84)
Cortex-MT Dec 5, 2023
69c4f4c
fix the folder path (#83)
cortex-sa Dec 6, 2023
3e4620c
Feature/13999 findtext findalltext blocks changes (#82)
cortex-av Dec 6, 2023
466daf9
Feature/13999 findtext findalltext blocks changes (#85)
cortex-av Dec 7, 2023
34f0d47
Add Release Notes for 2023.11 (#86)
cortex-td Dec 7, 2023
d41535d
Update release notes date
cortex-mtr Dec 7, 2023
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
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ IgnoreURLs:
- "https://learn.microsoft.com/.*"
- "https://fonts.googleapis.com.*"
- "https://fonts.gstatic.com.*"
- "https://nssm.cc/"
IgnoreDirs:
- "docs/?.*/_print/"
- "docs/?.*/_shared/"
Expand Down
9 changes: 7 additions & 2 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,20 @@ enable = true
[[menu.main]]
identifier = 'documentation'
name = 'Documentation'
url = '/docs/2023.9'
url = '/docs/2023.11'
weight = 10

# Releases menu
[[params.versions]]
version = "2023.11"
url = "/docs/2023.11/"
dotNetVersion = "net-6.0"
latest = true

[[params.versions]]
version = "2023.9"
url = "/docs/2023.9/"
dotNetVersion = "net-6.0"
latest = true

[[params.versions]]
version = "2023.7"
Expand Down
450 changes: 450 additions & 0 deletions content/en/blog/releases/2023.X/2023.11.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This file should be placed in a known location on the server. This location will

{{< alert type="warning" title="Warning" >}}It is critical to set a reminder to {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.RolloverCertificates" title="update certificates" >}} in good time before they expire. If they expire then the platform will cease to function and {{< ahref path="Cortex.ServicePortal.MainDoc" title="CORTEX Service Portal" >}} must be contacted for support.{{< /alert >}}

## TLS Requirements
### TLS Requirements

There is a set of non-compulsory security measures, recommended to be applied to the server, in order to prevent potential attacks that exploit known industry security vulnerabilities. This includes disabling all versions of SSL and TLS apart from TLS 1.2, and disabling all cipher suites apart from the following:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This file should be placed in a known location on the server. This location will

{{< alert type="warning" title="Warning" >}}It is critical to set a reminder to {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.RolloverCertificates" title="update certificates" >}} in good time before they expire. If they expire then the platform will cease to function and {{< ahref path="Cortex.ServicePortal.MainDoc" title="CORTEX Service Portal" >}} must be contacted for support.{{< /alert >}}

## TLS Requirements
### TLS Requirements

There is a set of non-compulsory security measures, recommended to be applied to the server, in order to prevent potential attacks that exploit known industry security vulnerabilities. This includes disabling all versions of SSL and TLS apart from TLS 1.2, and disabling all cipher suites apart from the following:

Expand Down
8 changes: 8 additions & 0 deletions content/en/docs/2023.11/FAQs/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "FAQs"
linkTitle: "FAQs"
description: "Answers to our most frequently asked questions."
weight: 10000
---

{{< workinprogress >}}
6 changes: 6 additions & 0 deletions content/en/docs/2023.11/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 %}} Innovation platform."
weight: 10
---
8 changes: 8 additions & 0 deletions content/en/docs/2023.11/Guides/cortex-gateway/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "CORTEX Gateway"
linkTitle: "CORTEX Gateway"
description: "The centralised web-based portal for accessing all user applications and tooling in the {{% ctx %}} Innovation platform."
weight: 1
---

{{< workinprogress >}}
7 changes: 7 additions & 0 deletions content/en/docs/2023.11/Guides/cortex-gateway/help/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Help"
linkTitle: "Help"
description: "System level help"
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Release Notes"
linkTitle: "Release Notes"
description: "Release notes for all currently available {{% ctx %}} Versions."
---

{{< 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 >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "License Consumption"
linkTitle: "License Consumption"
description: "Review current license consumption of flows in master."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Packages"
linkTitle: "Packages"
description: "Create and Manage {{% ctx %}} Innovation Packages"
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Studio Authorisation"
linkTitle: "Studio Authorisation"
description: "Assign access rights to flows based on security groups."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Studio Export"
linkTitle: "Studio Export"
description: "Create {{% ctx %}} Studio Packages by exporting flows."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Studio Hierarchy"
linkTitle: "Studio Hierarchy"
description: "Manage the location of flows in the Flow Hierarchy."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Studio Import"
linkTitle: "Studio Import"
description: "Import {{% ctx %}} Studio Packages."
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Version Control"
linkTitle: "Version Control"
description: "High level view of flows out of sync with master. Allow for mass Commit or Get Master"
---

{{< workinprogress >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Welcome Page"
linkTitle: "Welcome Page"
description: "Welcome Page"
---

{{< workinprogress >}}

## Summary

## Recently Edited Flows

TODO: Summary, Screenshots
6 changes: 6 additions & 0 deletions content/en/docs/2023.11/Guides/cortex-innovation/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "CORTEX Innovation"
linkTitle: "CORTEX Innovation"
description: "The {{% ctx %}} Innovation platform."
weight: 300
---
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: "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 >}}
10 changes: 10 additions & 0 deletions content/en/docs/2023.11/Guides/cortex-interaction-portal/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "CORTEX Interaction Portal"
linkTitle: "CORTEX Interaction Portal"
description: "A web application that provides Human-in-the-Loop capabilities to the {{% ctx %}} Innovation platform."
weight: 400
---

* {{< filelink src="/pdf/Cortex Interaction Portal User Guide.pdf" name="CORTEX Interaction Portal User Guide" >}}
* {{< filelink src="/pdf/Cortex Interaction Portal Developer Guide.pdf" name="CORTEX Interaction Portal Developer Guide" >}}
* {{< filelink src="/pdf/Cortex Interaction Portal Merging Guide.pdf" name="CORTEX Interaction Portal Merging Guide" >}}
8 changes: 8 additions & 0 deletions content/en/docs/2023.11/Guides/cortex-studio/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
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
---

{{< workinprogress >}}
20 changes: 20 additions & 0 deletions content/en/docs/2023.11/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
Loading