Sharing a Process

Sharing on the server

You can share the projects you have created with other users.
On Designer, use the Publish To Server and Import From Server features to share projects on the server.

Distributing to the server

Before you can distribute projects to the server, you must log in to the server on Designer.
Click the login icon at the top-right corner of the Designer screen to log in to the server.

로그인1

Distributing to the server

  1. Open the project to distribute to the server.

  2. In the menu, click Export > Publish To Server.

배포하기2

  1. In the "Publish" pop-up window, enter the description for the project and click OK.

배포하기3

When the project is successfully uploaded to the server, the following pop-up window will be displayed.

배포하기4

Viewing the project distributed to the server

You can view the projects distributed to the server on the User Portal.

The access address for the User Portal may vary depending on the server.
Customers of the Samsung SDS SaaS service can access the User Portal via the following address.

[SaaS portal addresses]

To view the projects distributed to the server, complete the following steps:

  1. Access the User Portal and log in to your account.

  2. Click Process > Project List

서버배포확인1

  1. On the “Project List” page, view the processes distributed to the server.

서버배포확인2

Importing from the server

You can import projects distributed to the server to utilize them on Designer.
Before you can import projects from the server, you must log in to the server on Designer.
To import a project distributed to the server, complete the following steps:
  1. In the menu, click Import > Import From Server.

서버에서가져오기1

  1. Select the target type of the object to import from the server and click IMPORT.

서버에서가져오기2

  1. In the "Project List" pop-up window, select a project and click IMPORT.

서버에서가져오기3

The imported project will be open in Designer. You can complete an automated process utilizing the imported project.

서버에서가져오기4

Sharing as a file

You can share the projects you have created with other users.
Create a package file with a project and share it as a file.

Exporting a package

To export a project as a package, complete the following steps:

  1. Open the project to export as a package.

  2. In the menu, click Export > Export Package.

패키지내보내기1

  1. Enter the path and name of the exported package file and click Save. (Package file extension: .ipa)

패키지내보내기_성공

After the package has been exported, the following pop-up message will be displayed.

패키지내보내기_성공

Viewing the saved package file

You can view the exported package file (.ipa) in the specified path.

패키지내보내기_파일

Importing a package

You can open the package file on Designer in the following ways:

① Running the package file (.IPA) directly

Double-click the exported package file (.ipa) without launching Designer.

패키지내보내기_파일

Designer will be automatically launched and you can open the project in Designer.

패키지 가져오기1

② Importing the exported file to Designer

To import the exported package file to Designer, complete the following steps:

  1. In the Designer menu, click Import > Import Package.

패키지 가져오기3

  1. Select the path where the package file (.ipa) is located, select the file, and click Open.

패키지 가져오기4

The project will be opened in Designer as follows.

패키지 가져오기1

Sharing with Command Line

Package files can be shared with other users through Command Line without designer execution. Learn how to share a package file with a deployment request file.
  1. Create a Json type distribution request file using the text editor program. The deployment server, tenant, and user ID refer to designer settings information.

Distribution request file

{

"path": "C:\\Users\\SDS\\Desktop\\file_to_publish.ipa",

"pw": "123456",

"description": "This is distributed through the command line.",

"token": "eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiIxNjE0MjQ0Nzk...",

"resultPath": "result.log"

}

Distribution request file detail attributes

Attribute

Description

Note

path

The path of the package file to distribute.

Create two backslashes(\\) for path distinction.

pw

The password of the package file.

If the file does not require a password, leave it as an empty string.

description

The distribution description.

-

token

The token string of the tenant representative manager you want to distribute.

-

resultPath

The file path where the results are saved after the deployment is complete.

It can be used as an absolute path and a relative path, and if it is a relative path, a result file is generated at the location where the command is executed.

  1. After opening the cmd window and moving to the designer installation path, perform the following command to proceed with the deployment.

Execute distribution through the Command Line

  1. Check the generated result file for successful distribution. If a deployment fails, log generated within the file allows you to determine why deployment fails, such as file path, package password, and permission error.