Skip to content

Commit 0bbf8db

Browse files
author
Donna-Marie Smith
committed
modified links
1 parent b7fde8e commit 0bbf8db

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
lines changed

content/en/docs/2025.1/Guides/user-guides/user-interfaces/gateway/Admin/packages/package-definitions-grid.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ All the flows contained in the package will be saved in the Master Repository of
5555

5656
### Related Tutorials
5757

58-
* [How to Create a New {{% ctx %}} Package Definition][]
59-
* [How to Import a {{% ctx %}} Package File][]
58+
* [Create a New {{% ctx %}} Package Definition][]
59+
* [Import a {{% ctx %}} Package File][]
6060

6161
[Create a Package]: {{< ref "#create-a-package" >}}
62-
[How to Create a New {{% ctx %}} Package Definition]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.CreatePackage" >}}
63-
[How to Import a {{% ctx %}} Package File]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.ImportPackage" >}}
62+
[Create a New {{% ctx %}} Package Definition]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.CreatePackage" >}}
63+
[Import a {{% ctx %}} Package File]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.ImportPackage" >}}
6464
[Import a Package]: {{< ref "#import-a-package" >}}
6565
[Package Version Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.MainDoc" >}}
6666
[What is a Package?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Packages.WhatIsAPackage.MainDoc" >}}

content/en/docs/2025.1/Guides/user-guides/user-interfaces/gateway/Admin/packages/package-version-editor.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Selecting a package version in the [Package Definitions Grid][] will display it'
2323
* [Set As Default Package][] enabling flows to be executed from all versions of this package without specifying the package name in the execution REST Request.
2424
* [Set As Default Version][] enabling flows to be executed from the package version without specifying the package version in the execution REST Request.
2525

26+
{{% alert title="Note" %}}
27+
Some buttons are not visible until the package has been initially published.
28+
{{% /alert %}}
29+
2630
The Package Version Editor contains the following tabs:
2731

2832
* [Definition][] - displays the flows contained in this package version.
@@ -148,16 +152,16 @@ Any running flow execution may be aborted by selecting the flow and clicking the
148152

149153
### Related Tutorials
150154

151-
* [How to Create a New Version of a {{% ctx %}} Package][]
152-
* [How to Set Flow Execution Authorisation on a {{% ctx %}} Package][]
153-
* [How to Create a Schedule on a {{% ctx %}} Package][]
154-
* [How to Create a Trigger on a {{% ctx %}} Package][]
155-
* [How to Publish a {{% ctx %}} Package][]
156-
* [How to Set the Default Package][]
157-
* [How to Set the Default Package Version for a {{% ctx %}} Package][]
158-
* [How to View and Abort Running Executions using {{% ctx %}} Package Management][]
159-
* [How to Unpublish a {{% ctx %}} Package][]
160-
* [How to Export a {{% ctx %}} Package Version][]
155+
* [Create a New Version of a {{% ctx %}} Package][]
156+
* [Publish a {{% ctx %}} Package][]
157+
* [Set the Default Package][]
158+
* [Set the Default Package Version for a {{% ctx %}} Package][]
159+
* [Unpublish a {{% ctx %}} Package][]
160+
* [Export a {{% ctx %}} Package Version][]
161+
* [Set Flow Execution Authorisation on a {{% ctx %}} Package][]
162+
* [Create a Schedule on a {{% ctx %}} Package][]
163+
* [Create a Trigger on a {{% ctx %}} Package][]
164+
* [View and Abort Running Executions using {{% ctx %}} Package Management][]
161165

162166
[Authorisation]: {{< ref "#authorisation" >}}
163167
[Create New Version]: {{< ref "#create-a-new-package-version" >}}
@@ -171,15 +175,15 @@ Any running flow execution may be aborted by selecting the flow and clicking the
171175
[Triggers]: {{< ref "#triggers" >}}
172176
[Unpublish]: {{< ref "#unpublish-a-package-version" >}}
173177

174-
[How to Create a New Version of a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.CreateNewPackageVersion" >}}
175-
[How to Create a Schedule on a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.Schedules" >}}
176-
[How to Create a Trigger on a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.Triggers" >}}
177-
[How to Export a {{% ctx %}} Package Version]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.ExportPackage" >}}
178-
[How to Publish a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.PublishPackage" >}}
179-
[How to Set Flow Execution Authorisation on a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.Authorisation" >}}
180-
[How to Set the Default Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.SetDefaultPackage" >}}
181-
[How to Set the Default Package Version for a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.SetDefaultPackageVersion" >}}
182-
[How to Unpublish a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.UnpublishPackage" >}}
183-
[How to View and Abort Running Executions using {{% ctx %}} Package Management]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.RunningExecutions" >}}
178+
[Create a New Version of a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.CreateNewPackageVersion" >}}
179+
[Create a Schedule on a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.Schedules" >}}
180+
[Create a Trigger on a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.Triggers" >}}
181+
[Export a {{% ctx %}} Package Version]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.ExportPackage" >}}
182+
[Publish a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.PublishPackage" >}}
183+
[Set Flow Execution Authorisation on a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.Authorisation" >}}
184+
[Set the Default Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.SetDefaultPackage" >}}
185+
[Set the Default Package Version for a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.SetDefaultPackageVersion" >}}
186+
[Unpublish a {{% ctx %}} Package]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.UnpublishPackage" >}}
187+
[View and Abort Running Executions using {{% ctx %}} Package Management]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.RunningExecutions" >}}
184188
[Package Definitions Grid]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageDefinitionsGrid.MainDoc" >}}
185189
[What is a Package?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Packages.WhatIsAPackage.MainDoc" >}}

0 commit comments

Comments
 (0)