-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,223 changed files
with
82,615 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
42 changes: 42 additions & 0 deletions
42
...2024.1/Reference/Exceptions/flows/execution/invalid-default-values-exception.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: "InvalidDefaultValuesException" | ||
linkTitle: "InvalidDefaultValuesException" | ||
description: "The exception thrown if an exception occurs when initialising the default value for a variable." | ||
--- | ||
|
||
# {{% param title %}} | ||
|
||
<p class="namespace">(Cortex.Exceptions.Flows.Execution.InvalidDefaultValuesException)</p> | ||
{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} | ||
|
||
## Description | ||
|
||
The exception thrown if an exception occurs when initialising the default value for a variable. | ||
|
||
## Reasons | ||
|
||
### Invalid Default Variable Value | ||
|
||
The default value provided for a variable is invalid. | ||
|
||
#### Message Format | ||
|
||
```json | ||
"Failed to initialise variables due to invalid default values. Please see the 'Variables' property for details on why each variable threw." | ||
``` | ||
|
||
#### How to fix | ||
|
||
Ensure that the variables shown in the `Variables` property have valid default values, by fixing the inner exception for each variable shown. | ||
|
||
## Remarks | ||
|
||
### Known Limitations | ||
|
||
None | ||
|
||
## See Also | ||
|
||
### External Documentation | ||
|
||
None |
45 changes: 45 additions & 0 deletions
45
...cs/2024.1/Reference/Exceptions/flows/execution/runtime-translation-exception.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: "RuntimeTranslationException" | ||
linkTitle: "RuntimeTranslationException" | ||
description: "The exception thrown when a block is found to have errors within its properties while executing a flow." | ||
--- | ||
|
||
# {{% param title %}} | ||
|
||
<p class="namespace">(Cortex.Exceptions.Flows.Execution.RuntimeTranslationException)</p> | ||
{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} | ||
|
||
## Description | ||
|
||
The exception thrown when a block is found to have errors within its properties while executing a flow. | ||
## Reasons | ||
|
||
### Block has errors during flow execution | ||
|
||
A block was found to have errors within its properties during a flow execution. These errors would normally appear as a [Message][WhatIsAMessage], but were not caught when the flow execution was started. This can occur when debugging a flow and [setting the next block to execute][SetNextBlockToExecute] to a block that has errors within its properties, and has no path from the [Start Flow][Start Flow block] block. | ||
|
||
#### Message Format | ||
|
||
```json | ||
"The block could not be executed because there are errors within its properties. Note that this was not caught when the flow was started either because there is no path from the start of the flow to this block, or the property values in the block." | ||
``` | ||
|
||
#### How to fix | ||
|
||
Ensure that the errors in the properties within the block which caused this exception to be thrown, as seen within the `FailedTranslationSummary` property of this exception, are fixed (e.g. ensure that all variables referenced in the block properties are declared and initialised as expected). | ||
|
||
## Remarks | ||
|
||
### Known Limitations | ||
|
||
None | ||
|
||
## See Also | ||
|
||
### External Documentation | ||
|
||
None | ||
|
||
[WhatIsAMessage]: {{<url path = "Cortex.Reference.Concepts.Fundamentals.Messages.WhatIsAMessage.MainDoc">}} | ||
[SetNextBlockToExecute]: {{<url path = "Cortex.Reference.Concepts.Fundamentals.Executions.ExecutionsInDevelopment.SetNextBlockToExecute">}} | ||
[Start Flow block]: {{<url path = "Cortex.Reference.Blocks.Flows.StartFlow.StartFlow.MainDoc">}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "Help" | ||
linkTitle: "Help" | ||
description: "System level help" | ||
--- | ||
|
||
{{< workinprogress >}} |
7 changes: 7 additions & 0 deletions
7
content/en/docs/2024.5/Guides/cortex-gateway/help/cortex-release-notes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
content/en/docs/2024.5/Guides/cortex-gateway/settings/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
content/en/docs/2024.5/Guides/cortex-gateway/settings/ldap-authorisation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
content/en/docs/2024.5/Guides/cortex-gateway/settings/ldap-connection.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
7
content/en/docs/2024.5/Guides/cortex-gateway/settings/license-consumption.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
content/en/docs/2024.5/Guides/cortex-gateway/settings/packages.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
content/en/docs/2024.5/Guides/cortex-gateway/settings/studio-authorisation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
content/en/docs/2024.5/Guides/cortex-gateway/settings/studio-export.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
content/en/docs/2024.5/Guides/cortex-gateway/settings/studio-hierarchy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
content/en/docs/2024.5/Guides/cortex-gateway/settings/studio-import.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
content/en/docs/2024.5/Guides/cortex-gateway/settings/version-control.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
13 changes: 13 additions & 0 deletions
13
content/en/docs/2024.5/Guides/cortex-gateway/welcome-page/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- |
6 changes: 6 additions & 0 deletions
6
content/en/docs/2024.5/Guides/cortex-innovation/core-application/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- |
6 changes: 6 additions & 0 deletions
6
...ent/en/docs/2024.5/Guides/cortex-innovation/core-application/services/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- |
7 changes: 7 additions & 0 deletions
7
...uides/cortex-innovation/core-application/services/api-gateway-service/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
...des/cortex-innovation/core-application/services/authorisation-service/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
...x-innovation/core-application/services/concurrency-management-service/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
...innovation/core-application/services/configuration-management-service/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
...ides/cortex-innovation/core-application/services/data-storage-service/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
...tex-innovation/core-application/services/execution-management-service/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
...ortex-innovation/core-application/services/licence-management-service/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
...ortex-innovation/core-application/services/package-management-service/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
7 changes: 7 additions & 0 deletions
7
...ides/cortex-innovation/core-application/services/provisioning-service/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 >}} |
Oops, something went wrong.