Skip to content

Commit 2fb3fe4

Browse files
author
Donna-Marie Smith
committed
Further refinements and removal of old tutorials that are being replaced
1 parent c955db4 commit 2fb3fe4

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
/public/
1010
/resources/
1111
node_modules/
12-
tech-doc-hugo
13-
old-tutorials.md
12+
tech-doc-hugo

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The Package Definitions Grid displays a list of existing [{{% ctx %}} Package][W
1818
The Package Definitions Grid shows the most recently created version of each package; older versions can be viewed by expanding the package definition. Selecting a package version will display it's details in the [Package Version Editor][].
1919

2020
The Package Definitions Grid also contains buttons to:
21+
2122
* [Create a Package][]
2223
* [Import a Package][]
2324

@@ -33,17 +34,17 @@ If a selected flow has dependent flows, the dependent flow will be automatically
3334

3435
The package may optionally [define LDAP groups][Authorisation] that can execute flows, [schedules][] to run flows at specific times, and [triggers][] to run flows on receipt of specific SNMP Traps.
3536

36-
See the [Create a Package tutorial][] for a step-by-step guide.
37+
See the [Create a Package][Create a Package tutorial] tutorial for a step-by-step guide.
3738

3839
### Import a Package
3940

40-
A {{% ctx %}} Package file, with the extension of `.ctxpkg`, may be imported into any {{% ctx %}} Gateway by clicking the `Import` button and selecting the `.ctxpkg` file to import.
41+
A {{% ctx %}} Package file, with the extension of `.ctxpkg`, may be imported into any {{% ctx %}} Gateway by clicking the `Import` button and selecting the `.ctxpkg` file to import.
4142

4243
If the imported package already exists in {{% ctx %}} Gateway, a new version of that package will be created; if the imported package does not exist, a new package will be created.
4344

4445
All the flows contained in the package will be saved in the Master Repository of the destination {{% ctx %}} Gateway as the master versions of those flows; if the imported flows already existed, the imported flows would become the new master versions.
4546

46-
See the [Import a Package tutorial][] for a step-by-step guide.
47+
See the [Import a Package][Import a Package tutorial] tutorial for a step-by-step guide.
4748

4849
## Remarks
4950

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,23 @@ The created {{% ctx %}} Package Version may optionally define Schedules to cause
4949

5050
The new {{% ctx %}} Package Version does not retain any of the flow execution authorisation, schedules, nor any triggers set on the source {{% ctx %}} Package Version.
5151

52-
See the [Create a New Package Version tutorial][] for a step-by-step guide.
52+
See the [Create a New Package Version][Create a New Package Version tutorial] tutorial for a step-by-step guide.
5353

5454
#### Publish a Package Version
5555

5656
When a {{% ctx %}} Package Version is published it is distributed to the execution nodes. The first execution of a flow on a node will cause the flow to be compiled, cached and executed on that node.
5757

5858
Published {{% ctx %}} Package Versions may be explicitly set as the Default Version for that {{% ctx %}} Package, meaning that a REST Request to execute a flow from that published {{% ctx %}} Package Version does not have to specify the Package Version.
5959

60-
See the [Publish a Package Version tutorial][] for a step-by-step guide.
60+
See the [Publish a Package Version][Publish a Package Version tutorial] tutorial for a step-by-step guide.
6161

6262
#### Set As Default Package
6363

6464
The Default Package specifies which {{% ctx %}} Package will be used to execute flows if the execution REST Request omits the Package Name specifying the {{% ctx %}} Package to use. There is only one Default Package for each {{% ctx %}} system.
6565

6666
The Default Package can be set on any {{% ctx %}} Package that has a published {{% ctx %}} Package Version. If all the {{% ctx %}} Package Versions associated with the Default Package are unpublished, the Default Package remains unchanged.
6767

68-
See the [Set the Default Package tutorial][] for a step-by-step guide.
68+
See the [Set the Default Package][Set the Default Package tutorial] tutorial for a step-by-step guide.
6969

7070
#### Set As Default Version
7171

@@ -81,29 +81,29 @@ If an unpublished {{% ctx %}} Package Version that was previously set as the Def
8181

8282
If all the {{% ctx %}} Package Versions of a {{% ctx %}} Package are unpublished and then a Package is republished, it will become implicitly set as the Default Version, even if it was explicitly set as the Default Version before unpublishing.
8383

84-
See the [Set the Default Package Version tutorial][] for a step-by-step guide.
84+
See the [Set the Default Package Version][Set the Default Package Version tutorial] tutorial for a step-by-step guide.
8585

8686
#### Unpublish a Package Version
8787

8888
When a {{% ctx %}} Package Version is unpublished, it is removed from all the execution nodes and flow execution cannot be started for any flows in that package; however, any currently running executions from that Package Version will continue to completion. When all instances of an executing flow in an unpublished package have completed, the cache of the compiled flow discarded.
8989

90-
See the [Unpublish a Package Version tutorial][] for a step-by-step guide.
90+
See the [Unpublish a Package Version][Unpublish a Package Version tutorial] tutorial for a step-by-step guide.
9191

9292
#### Export a Package Version
9393

9494
Any {{% ctx %}} Package Version can be exported to a file, which can be used for importing the package to another {{% ctx %}} Gateway or for archiving purposes. The export file is automatically downloaded from the browser and has the file name of `<Package Name>.ctxpkg`.
9595

9696
The exported file contains the {{% ctx %}} Package Version definition, and the flow definitions contained in the package. Any authorisation, schedules or triggers set on the {{% ctx %}} Package Version are not included in the exported file.
9797

98-
See the [Export a Package Version tutorial][] for a step-by-step guide.
98+
See the [Export a Package Version][Export a Package Version tutorial] tutorial for a step-by-step guide.
9999

100100
### Authorisation
101101

102102
The Authorisation tab on a package version defines which LDAP groups can execute flows contained in that package version, using Token-based OAuth2 authorisation.
103103

104104
The list of Active Directory objects displayed to define flow execution authorisation is filtered by the Base DNs configured in LDAP Connection for {{% ctx %}} Gateway.
105105

106-
See the [Set Authorisation on a Package Version tutorial][] for a step-by-step guide.
106+
See the [Set Authorisation on a Package Version][Set Authorisation on a Package Version tutorial] tutorial for a step-by-step guide.
107107

108108
### Schedules
109109

@@ -115,7 +115,7 @@ Any data to be passed to the flow’s input variables is entered using Expressio
115115

116116
Creating a new package version will not inherit the schedule configuration from the source package version. Similarly, exporting a package version will not include the package’s Schedule in the {{% ctx %}} Package file.
117117

118-
See the [Create a Schedule on a Package Version tutorial][] for a step-by-step guide.
118+
See the [Create a Schedule on a Package Version][Create a Schedule on a Package Version tutorial] tutorial for a step-by-step guide.
119119

120120
### Triggers
121121

@@ -145,15 +145,15 @@ Any data to be passed to the flow’s input variables is entered using Expressio
145145

146146
Creating a new package version will not inherit the trigger configuration from the source package version. Similarly, exporting a package version will not include the package’s trigger configuration in the {{% ctx %}} Package file.
147147

148-
See the [Create a Trigger on a Package Version tutorial][] for a step-by-step guide.
148+
See the [Create a Trigger on a Package Version][Create a Trigger on a Package Version tutorial] tutorial for a step-by-step guide.
149149

150150
### Running Executions
151151

152152
The Running Executions tab displays a list of currently running flow executions for the selected package version. Each row in the list is a distinct flow execution, and identifies: the Flow Name, its Execution ID, the time the execution Started At, and the duration of that execution; the duration is updated at 10 second intervals.
153153

154154
Any running flow execution may be aborted by selecting the flow and clicking the `Stop the execution` icon. The flow execution will be immediately stopped.
155155

156-
See the [View and Abort Running Flow Executions tutorial][] for a step-by-step guide.
156+
See the [View and Abort Running Flow Executions][View and Abort Running Flow Executions tutorial] tutorial for a step-by-step guide.
157157

158158
## Remarks
159159

0 commit comments

Comments
 (0)