Skip to content

Commit 7a2cbd5

Browse files
Merge pull request mendix#10489 from mendix/kk-works-rollout
Import and export for workstations
2 parents cecac99 + f5f2006 commit 7a2cbd5

5 files changed

Lines changed: 103 additions & 5 deletions

File tree

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: "Managing and Sharing Workspace and Station Data"
3+
linktitle: "Managing and Sharing Data"
4+
url: /mendix-workstation/import-export/
5+
description: "Describes how to import and export workspace and station data across workspaces and environments."
6+
weight: 30
7+
---
8+
9+
## Introduction
10+
11+
You can manage and share station and workspace data across various workspaces and environments by exporting and importing the configuration of a single station, or of multiple stations at the same time. In this way, you can easily manage different stages and versions of your station configurations by keeping them in separate workspaces.
12+
13+
### Workspace Roles and Permissions
14+
15+
Different user roles are granted various levels of access to import and export tasks. For more information, see [Workspace Team and Collaboration](/mendix-workstation/installation/#collaboration).
16+
17+
## Importing and Exporting Stations in Bulk
18+
19+
{{% alert color="info" %}}
20+
This option is only available to licensed users. For more information, see [Mendix Workstation Client](/mendix-workstation/).
21+
{{% /alert %}}
22+
23+
To transfer multiple station configurations, along with their associated applications and devices, between workspaces, perform the following steps:
24+
25+
1. Open the [Workspaces](https://workstation.home.mendix.com/) page.
26+
2. Click the workspace whose stations you want to export.
27+
3. On the **Stations** page, click the three-dot menu in the top right corner of the screen, and then click **Export Stations**.
28+
29+
{{< figure src="/attachments/workstation/wks-import1.png" class="no-border" >}}
30+
31+
The **Dowload Stations** dialog opens. You can either download all the stations created for the workspace, or select individual stations from the list.
32+
33+
4. Click **Download**.
34+
35+
The export is saved to your computer in JSON format.
36+
37+
5. Go to the workspace where you want to import the stations.
38+
39+
This can be the workspace from which you exported the stations, or a different one.
40+
41+
6. On the **Stations** page, click the three-dot menu in the top right corner of the screen, and then click **Import Stations**.
42+
7. Optionally, specify if the import should include the apps and devices:
43+
44+
* **Include Apps** - If you select this option, the import creates any apps that are linked to the exported stations but do not yet exist in the workspace with the same URL and public key.
45+
* **Include Devices** - If you select this option, the import includes any exported device configurations.
46+
47+
After the import finishes, your target workspace has the same applications and station configurations as the source workspace, but the stations are not yet registered to computers.
48+
49+
## Importing and Exporting a Single Station
50+
51+
To transfer the contents of a single station, perform the following steps:
52+
53+
1. On the **Stations** page, click the three-dot menu by the station which you want to copy, and then click **Copy Station to Clipboard**.
54+
55+
{{< figure src="/attachments/workstation/wks-import2.png" class="no-border" >}}
56+
57+
Alternatively, you can click **Download Station File** to download the configuration to your computer in JSON format for later use or for sharing it with others.
58+
59+
2. Click **Create Station**, and then select **Create station from clipboard**.
60+
61+
Alternatively, if you downloaded a file in step 1, click **Create station from file**.
62+
63+
3. Paste the configuration into the **Paste Station Configuration** field.
64+
65+
{{< figure src="/attachments/workstation/wks-import3.png" class="no-border" >}}
66+
67+
4. Click **Continue**.
68+
5. On the **Summary** screen, review the information and optionally select a group to categorize it, such as *Assembly*.
69+
6. Click **Create Station**.

content/en/docs/workstation/wks-installation.md

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,44 @@ By default, the Workstation Management is pre-configured as an allowed app to co
190190

191191
### Workspace Team and Collaboration {#collaboration}
192192

193-
Note: Collaborating with other users in a workspace requires a Workstation license.
193+
{{% alert color="info" %}}
194+
Collaborating with other users in a workspace requires a Workstation license.
195+
{{% /alert %}}
194196

195197
Invite and manage members of a Workspace on the Team page. Only users who have signed into Workstation Management can be invited via email. One of the following roles can be assigned:
196198

197-
* Owner - The owner has full rights to manage the workspace. They can read and edit configurations, manage the team, register computers, and manage workspace settings. They can also delete a workspace or transfer ownership to a new owner. By default, the user who created a workspace is assigned the owner role. Contact Mendix Support if a Workspace owner has left the company to transfer the ownership.
199+
* Owner - The owner has full rights to manage the workspace. They can perform the following tasks:
200+
201+
* Reading and editing configurations
202+
* Managing the team
203+
* Registering computers
204+
* Managing workspace settings
205+
* Deleting a workspace or transfering ownership to a new owner
206+
207+
By default, the user who created a workspace is assigned the owner role. Contact Mendix Support if a Workspace owner has left the company to transfer the ownership.
208+
209+
* Exporting and importing stations (single and in bulk)
210+
* Linking imported stations to existing workspace apps
211+
* Creating apps during station import.
212+
198213
* Workspace admin - The workspace admin can manage the workspace in the same way as the owner, but they cannot delete the workspace or change its ownership.
199-
* Station admin - Station admins can view and edit station configurations. They can also register computers to stations. They cannot manage any other settings.
200-
* Computer admin - Computer admins can view configurations without editing them. They can also register computers to stations.
201-
* View only - This role grants access to viewing the configuration but cannot perform any actions.
214+
* Station admin - Station admins can perform the following tasks:
215+
216+
* Viewing and editing station configurations
217+
* Registering computers to stations
218+
* Exporting and importing stations (single and in bulk)
219+
* Linking imported stations to existing workspace apps.
220+
221+
* Computer admin - Computer admins can perform the following tasks:
222+
223+
* Viewing configurations without editing them
224+
* Registering computers to stations
225+
* Exporting stations (single and in bulk).
226+
227+
* View only - This role can perform the following tasks:
228+
229+
* Viewing configurations without editing them
230+
* Exporting stations (single and in bulk).
202231

203232
All members except for the Workspace owner can leave a workspace.
204233

68 KB
Loading
110 KB
Loading
94 KB
Loading

0 commit comments

Comments
 (0)