Skip to content

Commit aa803c5

Browse files
author
Donna-Marie Smith
committed
Reviewed with PO
1 parent a71af37 commit aa803c5

File tree

8 files changed

+72
-69
lines changed

8 files changed

+72
-69
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 50
99

1010
## Summary
1111

12-
Studio Export is a feature that enables one or more flows to be exported into a Studio Package file, which may be used for archiving purposes, or [importing][Studio Import] flows into another {{% ctx %}} Studio. A Studio Package file may contain a mixture of distinct {{% ctx %}} and {{% ctx %}} 7 flows.
12+
The Studio Export page allows exporting one or more flows into a Studio Package file, which may be used for archiving purposes, or [importing][Studio Import] flows into another {{% ctx %}}.
1313

1414
| | |
1515
|------------------------------|-----------------------------------------------------------------|
@@ -19,29 +19,29 @@ Studio Export is a feature that enables one or more flows to be exported into a
1919

2020
{{< figure src="/images/Studio Export.png" title="Studio Export" >}}
2121

22-
Any flow in the system may be exported; it is not necessary for the administrator to have View or Edit authorisation for the flows to be exported.
23-
2422
## Actions
2523

2624
### Export Flows
2725

2826
Individual flows are selected by clicking the checkbox in the `Export?` column adjacent to the flow to be exported. If a group is selected, then all the flows contained in that group, and any sub-groups, will be implicitly set; any implicitly set may be individually deselected by clicking the checkbox adjacent to the flow.
2927

30-
Clicking `Export` will create the Studio Package from the Master Versions in the Master Repository of the selected flows, including their group hierarchy, and then download the package to the host’s browser as a file named `export.studiopkg` or `export <n>.studiopkg`, where `<n>` represents an integer to avoid naming conflict with other Studio Package files contained in the same folder.
28+
Clicking `Export` checks if selected flows have dependencies. If there are dependencies, an additional page will be shown to allow confirmation that these should be included in the export. By default these are selected but can be deselected. A Studio Package will then be created from the Master Versions in the Master Repository of the selected flows, including their group hierarchy. The package will then be downloaded to the host’s browser as a file named `export.studiopkg` or `export <n>.studiopkg`, where `<n>` represents an integer to avoid naming conflict with other Studio Package files contained in the same folder.
29+
30+
It is not necessary to have View or Edit authorisation for the flows to be exported.
3131

3232
See the [Export Individual Flows][Export Individual Flows tutorial] tutorial for a step-by-step guide.
3333

3434
## Remarks
3535

3636
### Known Limitations
3737

38-
* Any flows that are dependencies of selected flows will not be automatically selected for export.
38+
* The name of the Studio Package file cannot currently be customised.
3939

4040
## See Also
4141

4242
### Related Concepts
4343

44-
TODO
44+
None
4545

4646
### Related Tutorials
4747

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: "Studio Import"
3+
linkTitle: "Studio Import"
4+
description: "This section includes user guides related to Studio Import in {{% ctx %}} Gateway."
5+
weight: 25
6+
---
7+
8+
# {{% param title %}}
9+
10+
## Summary
11+
12+
The Studio Import page allows importing individual flows, contained in a Studio Package.
13+
14+
| | |
15+
|------------------------------|-----------------------------------------------------------------|
16+
| **Roles Required:** | Admin |
17+
18+
## Anatomy
19+
20+
{{< figure src="/images/Studio Import.png" title="Studio Import" >}}
21+
22+
## Actions
23+
24+
### Favoured Hierarchy
25+
26+
By default, the import favours the `system hierarchy`, and shows how the imported flows will map into the existing hierarchy. If flows to be imported already exist, they will be imported to the same location in the hierarchy; otherwise, any missing groups in the flow hierarchy will be added.
27+
28+
It is possible to favour the `package hierarchy`, and this shows the hierarchy contained in the Studio Package. If flows to be imported already exist, they will be moved to the location specified in the Studio Package, adding any missing groups as necessary; otherwise, the hierarchy specified in the Studio Package will be created when the flows are imported.
29+
30+
### Edit Import Locations
31+
32+
The `Edit import hierarchy` switch enables editing the locations where flows should be imported to. This is useful if the default import location in the [favoured hierarchy][] for one or more flows needs changing.
33+
34+
It is not necessary to have View or Edit authorisation for any flows or groups to view the entire hierarchy.
35+
36+
### Import
37+
38+
Individual flows contained in the Studio Package may be individually selected to be imported; it is not necessary that all the flows contained in the Studio Package are imported.
39+
40+
When the selected flows are imported, they become the Master Version of the flows in the Master Repository, replacing any existing Master Versions.
41+
42+
After importing the flows, it is necessary to check they are correctly configured in Studio Authorisation.
43+
44+
See the [Import Individual Flows][Import Individual Flows tutorial] tutorial for a step-by-step guide.
45+
46+
## Remarks
47+
48+
### Known Limitations
49+
50+
None
51+
52+
## See Also
53+
54+
### Related Concepts
55+
56+
None
57+
58+
### Related Tutorials
59+
60+
* [Import Individual Flows][Import Individual Flows tutorial]
61+
62+
[favoured hierarchy]: {{< ref "#favoured-hierarchy">}}
63+
[Import Individual Flows tutorial]: {{< url path="Cortex.Tutorials.Administration.StudioImport.ImportIndividualFlows" >}}

content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/Admin/studio-import/_index.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

content/en/docs/2025.3/Tutorials/Administration/package-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Package Management"
33
linkTitle: "Package Management"
44
description: "This section includes tutorials about managing packages on the {{% ctx %}} platform."
5-
weight: 1
5+
weight: 200
66
---
77

88
# {{% param title %}}

content/en/docs/2025.3/Tutorials/Administration/studio-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Studio Export"
33
linkTitle: "Studio Export"
44
description: "This section includes tutorials about exporting individual flows."
5-
weight: 50
5+
weight: 100
66
---
77

88
# {{% param title %}}

content/en/docs/2025.3/Tutorials/Administration/studio-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Studio Import"
33
linkTitle: "Studio Import"
44
description: "This section includes tutorials about importing individual flows."
5-
weight: 25
5+
weight: 50
66
---
77

88
# {{% param title %}}
-229 Bytes
Loading
1.3 KB
Loading

0 commit comments

Comments
 (0)