@things-factory/integration-ui 6.2.19 → 6.2.25
Sign up to get free protection for your applications and to get access to all the features.
- package/client/bootstrap.ts +0 -2
- package/dist-client/bootstrap.js +1 -4
- package/dist-client/bootstrap.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/helps/integration/ui/connection.ja.md +31 -0
- package/helps/integration/ui/connection.ko.md +31 -0
- package/helps/integration/ui/connection.md +25 -25
- package/helps/integration/ui/connection.ms.md +31 -0
- package/helps/integration/ui/connection.zh.md +31 -0
- package/helps/integration/ui/integration-monitor.ja.md +29 -0
- package/helps/integration/ui/integration-monitor.ko.md +29 -0
- package/helps/integration/ui/integration-monitor.md +22 -21
- package/helps/integration/ui/integration-monitor.ms.md +29 -0
- package/helps/integration/ui/integration-monitor.zh.md +28 -0
- package/helps/integration/ui/scenario-detail.ja.md +42 -0
- package/helps/integration/ui/scenario-detail.ko.md +44 -0
- package/helps/integration/ui/scenario-detail.md +10 -12
- package/helps/integration/ui/scenario-detail.ms.md +42 -0
- package/helps/integration/ui/scenario-detail.zh.md +43 -0
- package/helps/integration/ui/scenario.ja.md +37 -0
- package/helps/integration/ui/scenario.ko.md +37 -0
- package/helps/integration/ui/scenario.md +31 -29
- package/helps/integration/ui/scenario.ms.md +40 -0
- package/helps/integration/ui/scenario.zh.md +37 -0
- package/package.json +5 -5
- package/translations/en.json +0 -1
- package/translations/ja.json +0 -1
- package/translations/ko.json +0 -1
- package/translations/ms.json +0 -1
- package/translations/zh.json +0 -1
@@ -0,0 +1,31 @@
|
|
1
|
+
# コネクション
|
2
|
+
|
3
|
+
コネクションページでは、シナリオで使用するための統合対象の接続情報を定義します。
|
4
|
+
|
5
|
+
## プロパティ
|
6
|
+
|
7
|
+
- 名前(Name)
|
8
|
+
- 接続の名前を指定します。
|
9
|
+
- 名前は一意である必要があります。
|
10
|
+
- 説明(Description)
|
11
|
+
- 接続の説明です。
|
12
|
+
- アクティブフラグ(Active Flag)
|
13
|
+
- アプリケーションの起動時に接続状態を自動的に指定します。
|
14
|
+
- コネクタータイプ(Connector Type)
|
15
|
+
- 接続対象に使用するコネクターを指定します。
|
16
|
+
- エンドポイント(Endpoint)
|
17
|
+
- 接続対象のエンドポイントを設定します。
|
18
|
+
- 設定の詳細については、コネクター固有のドキュメンテーションを参照できます。
|
19
|
+
- 通常、リモートサービスの場合は {protocol}://{host}[:port] または URL として構成されます。
|
20
|
+
- ローカルファイルの場合は、ファイルパスとして構成されます。
|
21
|
+
- ローカルデバイスの場合、USB ポート番号で構成されることもあります。
|
22
|
+
- パラメータ(Parameters)
|
23
|
+
- 各コネクターごとにエンドポイント情報以外の追加のパラメータ設定が必要な場合、構成画面が提供されます。
|
24
|
+
- 構成に関する詳細情報は、コネクター固有のドキュメンテーションを参照できます。
|
25
|
+
|
26
|
+
## 操作
|
27
|
+
|
28
|
+
- 接続(Connect)
|
29
|
+
- 接続を試みます。
|
30
|
+
- 切断(Disconnect)
|
31
|
+
- 接続を終了します。
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# Connection
|
2
|
+
|
3
|
+
커넥션 페이지에서는 시나리오에서 사용될 연동 대상에 대한 커넥션 정보를 정의한다.
|
4
|
+
|
5
|
+
## properties
|
6
|
+
|
7
|
+
- name
|
8
|
+
- 커넥션의 이름을 지정
|
9
|
+
- 이름은 유니크해야함
|
10
|
+
- description
|
11
|
+
- 커넥션에 대한 설명
|
12
|
+
- active flag
|
13
|
+
- 어플리케이션 시작 시점에 자동으로 연결 여부 지정
|
14
|
+
- connector type
|
15
|
+
- 연결 대상에 사용될 커넥터를 지정
|
16
|
+
- endpoint
|
17
|
+
- 연결 대상의 엔드포인트 설정
|
18
|
+
- 커넥터별 도움말을 참고해서 설정할 수 있다.
|
19
|
+
- 통상, 리모트 서비스 인 경우에는 통상 {protocol}://{host}[:port] 또는 URL로 설정한다.
|
20
|
+
- 그리고, 대상이 로컬 파일인 경우에는 파일 패스로 설정한다.
|
21
|
+
- 로컬 디바이스인 경우에는 USB 포트번호가 설정될 수도 있다.
|
22
|
+
- parameters
|
23
|
+
- 각 커넥터별로 엔드포인트 정보 외에 추가적인 파라미터 설정이 필요한 경우에 설정화면이 제공된다.
|
24
|
+
- 커넥터별 도움말을 참고해서 설정할 수 있다.
|
25
|
+
|
26
|
+
## operation
|
27
|
+
|
28
|
+
- connect
|
29
|
+
- 연결을 시도한다.
|
30
|
+
- disconnect
|
31
|
+
- 연결을 종료한다.
|
@@ -1,31 +1,31 @@
|
|
1
1
|
# Connection
|
2
2
|
|
3
|
-
|
3
|
+
On the Connection page, you define connection information for integration targets to be used in scenarios.
|
4
4
|
|
5
|
-
##
|
5
|
+
## Properties
|
6
6
|
|
7
|
-
-
|
8
|
-
-
|
9
|
-
-
|
10
|
-
-
|
11
|
-
-
|
12
|
-
-
|
13
|
-
-
|
14
|
-
-
|
15
|
-
-
|
16
|
-
-
|
17
|
-
-
|
18
|
-
-
|
19
|
-
-
|
20
|
-
-
|
21
|
-
-
|
22
|
-
-
|
23
|
-
-
|
24
|
-
-
|
7
|
+
- Name
|
8
|
+
- Specify the name of the connection.
|
9
|
+
- The name must be unique.
|
10
|
+
- Description
|
11
|
+
- Description of the connection.
|
12
|
+
- Active Flag
|
13
|
+
- Automatically specifies the connection status at the application startup.
|
14
|
+
- Connector Type
|
15
|
+
- Specify the connector to be used for the connection target.
|
16
|
+
- Endpoint
|
17
|
+
- Configure the endpoint of the connection target.
|
18
|
+
- You can refer to the connector-specific documentation for configuration details.
|
19
|
+
- Typically, for remote services, it is configured as {protocol}://{host}[:port] or as a URL.
|
20
|
+
- For local files, it is configured as a file path.
|
21
|
+
- For local devices, it may be configured with a USB port number.
|
22
|
+
- Parameters
|
23
|
+
- If additional parameter settings are required besides the endpoint information for each connector, a configuration screen is provided.
|
24
|
+
- You can refer to the connector-specific documentation for configuration.
|
25
25
|
|
26
|
-
##
|
26
|
+
## Operation
|
27
27
|
|
28
|
-
-
|
29
|
-
-
|
30
|
-
-
|
31
|
-
-
|
28
|
+
- Connect
|
29
|
+
- Attempt to establish a connection.
|
30
|
+
- Disconnect
|
31
|
+
- Terminate the connection.
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# Connection
|
2
|
+
|
3
|
+
Pada halaman Connection ini, anda akan mendefinisikan maklumat sambungan untuk matlamat integrasi yang akan digunakan dalam senario.
|
4
|
+
|
5
|
+
## Harta
|
6
|
+
|
7
|
+
- Name
|
8
|
+
- Tetapkan nama sambungan.
|
9
|
+
- Nama mestilah unik.
|
10
|
+
- Description
|
11
|
+
- Penerangan mengenai sambungan.
|
12
|
+
- Active Flag
|
13
|
+
- Secara automatik menetapkan status sambungan semasa permulaan aplikasi.
|
14
|
+
- Connector Type
|
15
|
+
- Tetapkan penyambung yang akan digunakan untuk matlamat sambungan.
|
16
|
+
- Endpoint
|
17
|
+
- Konfigurasi hujung matlamat sambungan.
|
18
|
+
- Anda boleh merujuk kepada dokumen khusus penyambung untuk butiran konfigurasi.
|
19
|
+
- Biasanya, untuk perkhidmatan jarak jauh, ia dikonfigurasi sebagai {protocol}://{host}[:port] atau URL.
|
20
|
+
- Untuk fail tempatan, ia dikonfigurasi sebagai laluan fail.
|
21
|
+
- Untuk peranti tempatan, ia mungkin dikonfigurasi dengan nombor port USB.
|
22
|
+
- Parameters
|
23
|
+
- Jika tetapan tambahan diperlukan selain maklumat hujung untuk setiap penyambung, skrin konfigurasi akan disediakan.
|
24
|
+
- Anda boleh merujuk kepada dokumen khusus penyambung untuk konfigurasi.
|
25
|
+
|
26
|
+
## Operasi
|
27
|
+
|
28
|
+
- Connect
|
29
|
+
- Cuba menjalankan sambungan.
|
30
|
+
- Disconnect
|
31
|
+
- Menamatkan sambungan.
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# 连接
|
2
|
+
|
3
|
+
在连接页面上,您可以定义用于场景中的集成目标的连接信息。
|
4
|
+
|
5
|
+
## 属性
|
6
|
+
|
7
|
+
- 名称(Name)
|
8
|
+
- 指定连接的名称。
|
9
|
+
- 名称必须唯一。
|
10
|
+
- 描述(Description)
|
11
|
+
- 连接的描述。
|
12
|
+
- 活动标志(Active Flag)
|
13
|
+
- 在应用程序启动时自动指定连接状态。
|
14
|
+
- 连接器类型(Connector Type)
|
15
|
+
- 指定用于连接目标的连接器。
|
16
|
+
- 终点(Endpoint)
|
17
|
+
- 配置连接目标的终点。
|
18
|
+
- 您可以参考特定连接器的文档以获取配置详细信息。
|
19
|
+
- 通常,对于远程服务,它配置为 {protocol}://{host}[:port] 或 URL。
|
20
|
+
- 对于本地文件,它配置为文件路径。
|
21
|
+
- 对于本地设备,可能配置为 USB 端口号。
|
22
|
+
- 参数(Parameters)
|
23
|
+
- 除了每个连接器的终点信息之外,如果需要额外的参数设置,将提供配置屏幕。
|
24
|
+
- 您可以参考特定连接器的文档以获取配置信息。
|
25
|
+
|
26
|
+
## 操作
|
27
|
+
|
28
|
+
- 连接(Connect)
|
29
|
+
- 尝试建立连接。
|
30
|
+
- 断开连接(Disconnect)
|
31
|
+
- 终止连接。
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# インテグレーションモニター
|
2
|
+
|
3
|
+
インテグレーションのための接続の状態、シナリオの実行状態、および待機中のシナリオリストを全体的に監視するためのページです。
|
4
|
+
また、接続を確立し、シナリオの実行/停止を制御することもできます。
|
5
|
+
|
6
|
+
## 接続(接続状態)
|
7
|
+
|
8
|
+
- 登録されたすべての接続リストを接続カード形式で表示できます。
|
9
|
+
- 接続の現在の接続状態を表示します。
|
10
|
+
- 接続中の接続は、該当するカードの背景色が薄い緑色で表示されます。
|
11
|
+
- また、接続カードの接続/切断ボタンを使用して、現在の接続状態を判断することもできます。
|
12
|
+
- 接続カードの接続/切断ボタンを使用して特定の接続を接続または切断できます。
|
13
|
+
|
14
|
+
## シナリオ(シナリオの状態)
|
15
|
+
|
16
|
+
- 登録されたすべてのシナリオリストをシナリオカード形式で表示できます。
|
17
|
+
- シナリオの現在の実行状態を表示します。
|
18
|
+
- 実行中のシナリオは、該当するカードの背景色が薄い緑色で表示されます。
|
19
|
+
- また、シナリオカードの実行/停止ボタンを使用して、現在の実行状態を判断することもできます。
|
20
|
+
- シナリオカードの実行/停止ボタンを使用して、特定のシナリオを実行または停止できます。
|
21
|
+
|
22
|
+
## 保留中のキュー(遅延キュー)
|
23
|
+
|
24
|
+
- 遅延キューは、一定の遅延時間後に bookup-scenario タスクによって実行されるシナリオを登録できる待機キューです。
|
25
|
+
- 遅延キューに格納された遅延シナリオは、遅延時間が経過すると pickup-scenario タスクによって取り出され、実行されるようになります。
|
26
|
+
- インテグレーションモニターでは、待機中の遅延シナリオが時間軸に沿って整理されたリストで表示されます。
|
27
|
+
- 遅延キューにシナリオは、時間軸上の単一行で表示され、その行の色はシナリオリストの各シナリオカードで表示されるシナリオの色と対応して表示されます。
|
28
|
+
- 遅延キューに保管されるシナリオは、登録時にタグを指定でき、タグごとに pickup されることができます。遅延キューモニタリングでは、タグごとに選択してシナリオを監視できます。
|
29
|
+
- タグを '\*' として選択すると、すべてのタグのシナリオを監視します。
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# Integration Monitor
|
2
|
+
|
3
|
+
인티그레이션을 위한 커넥션의 연결 상태와 시나리오 실행 상태, 그리고 지연 큐에 대기 중인 시나리오 리스트를 전체적으로 모니터링 하기 위한 페이지이다.
|
4
|
+
또한, 커넥션을 연결 및 시나리오의 실행/정지를 컨트롤 할 수 있다.
|
5
|
+
|
6
|
+
## Connection (커넥션 상태)
|
7
|
+
|
8
|
+
- 등록된 모든 커넥션 리스트를 커넥션 카드 형태로 볼 수 있다.
|
9
|
+
- 커넥션의 현재 연결 상태를 표현한다.
|
10
|
+
- 연결 중인 커넥션은 해당 카드의 배경색이 연한 녹색으로 표현된다.
|
11
|
+
- 또한, 커넥션 카드의 연결/해제 버튼으로 현재 연결 여부를 판단할 수 있다.
|
12
|
+
- 커넥션 카드의 연결/해제 버튼으로 해당 커넥션을 연결 시도하거나 해제 시킬 수 있다.
|
13
|
+
|
14
|
+
## Scenario (시나리오 상태)
|
15
|
+
|
16
|
+
- 등록된 모든 시나리오 리스트를 시나리오 카드 형태로 볼 수 있다.
|
17
|
+
- 시나리오의 현재 실행 여부 상태를 표현한다.
|
18
|
+
- 실행 중인 시나리오는 해당 카드의 배경색이 연한 녹색으로 표현된다.
|
19
|
+
- 또한, 시나리오 카드의 실행/정지 버튼으로 현재 실행 여부를 판단할 수 있다.
|
20
|
+
- 시나리오 카드의 실행/정지 버튼으로 해당 시나리오를 실행하거나 정지 시킬 수 있다.
|
21
|
+
|
22
|
+
## Pending Queue (지연 큐)
|
23
|
+
|
24
|
+
- 지연 큐는 bookup-scenario 태스크에 의해서 일정 시간 후에 실행될 시나리오를 등록할 수 있는 대기 큐이다.
|
25
|
+
- 지연 큐에 보관된 지연 시나리오는 지연 시간이 만료되면 pickup-scenario 태스크에 의해서 꺼내져서 실행되게 된다.
|
26
|
+
- 인티그레이션 모니터에서는 지연 큐에 대기 중인 시나리오의 시간 축으로 정렬된 리스트를 보여주게 된다.
|
27
|
+
- 지연 큐에 시나리오는 시간 축상에 한 줄로 표시되며, 그 줄의 색상은 시나리오 리스트에 표현된 각 시나리오 카드 중에서 해당 시나리오의 색상과 동일하게 표현된다.
|
28
|
+
- 지연 큐에 보관되는 시나리오는 등록시에 tag를 지정할 수 있으며, tag별로 pickup될 수 있다. 지연 큐 모니터링에서는 tag별로 선택해서 모니터링할 수 있다.
|
29
|
+
- tag를 '*'로 선택하면, 모든 tag의 시나리오를 모니터링하게된다.
|
@@ -1,29 +1,30 @@
|
|
1
1
|
# Integration Monitor
|
2
2
|
|
3
|
-
|
4
|
-
또한, 커넥션을 연결 및 시나리오의 실행/정지를 컨트롤 할 수 있다.
|
3
|
+
The Integration Monitor page is designed for comprehensive monitoring of connection status, scenario execution status, and scenarios waiting in the delay queue for integration purposes. It also provides control over connecting connections and starting/stopping scenarios.
|
5
4
|
|
6
|
-
## Connection (
|
5
|
+
## Connection (Connection Status)
|
7
6
|
|
8
|
-
-
|
9
|
-
-
|
10
|
-
-
|
11
|
-
-
|
12
|
-
-
|
7
|
+
- You can view all registered connections in the form of connection cards.
|
8
|
+
- It represents the current connection status of each connection.
|
9
|
+
- Connections that are actively connected have a light green background on their cards.
|
10
|
+
- Additionally, you can determine the current connection status by using the connect/disconnect buttons on the connection cards.
|
11
|
+
- You can attempt to connect or disconnect specific connections using the connect/disconnect buttons on the connection cards.
|
13
12
|
|
14
|
-
## Scenario (
|
13
|
+
## Scenario (Scenario Status)
|
15
14
|
|
16
|
-
-
|
17
|
-
-
|
18
|
-
-
|
19
|
-
-
|
20
|
-
-
|
15
|
+
- You can view all registered scenarios in the form of scenario cards.
|
16
|
+
- It displays the current execution status of each scenario.
|
17
|
+
- Scenarios that are actively running have a light green background on their cards.
|
18
|
+
- Additionally, you can determine the current execution status by using the start/stop buttons on the scenario cards.
|
19
|
+
- You can start or stop specific scenarios using the start/stop buttons on the scenario cards.
|
21
20
|
|
22
|
-
## Pending Queue
|
21
|
+
## Pending Queue
|
23
22
|
|
24
|
-
-
|
25
|
-
-
|
26
|
-
-
|
27
|
-
-
|
28
|
-
-
|
29
|
-
-
|
23
|
+
- The pending queue allows you to register scenarios that will be executed after a certain delay, triggered by the bookup-scenario task.
|
24
|
+
- Scenarios stored in the pending queue will be picked up and executed when their delay time expires, triggered by the pickup-scenario task.
|
25
|
+
- In the Integration Monitor, you can see a sorted list of scenarios waiting in the delay queue based on their time axis.
|
26
|
+
- Each scenario in the delay queue is represented as a single line on the time axis, and the color of that line corresponds to the color of the scenario card in the scenario list.
|
27
|
+
- Scenarios in the delay queue can be tagged during registration and can be picked up by tags. You can choose to monitor scenarios by tag in the Delay Queue Monitoring.
|
28
|
+
- Selecting '\*' as the tag will monitor scenarios with all tags.
|
29
|
+
|
30
|
+
---
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# Monitor Integrasi
|
2
|
+
|
3
|
+
Ini adalah halaman untuk memantau keadaan sambungan, keadaan pelaksanaan skenario, dan senarai skenario yang tertunda untuk integrasi secara keseluruhan.
|
4
|
+
Selain itu, anda juga boleh mengawal sambungan dan pelaksanaan/berhenti skenario.
|
5
|
+
|
6
|
+
## Sambungan (Keadaan Sambungan)
|
7
|
+
|
8
|
+
- Anda boleh melihat senarai semua sambungan yang telah didaftarkan dalam bentuk kad sambungan.
|
9
|
+
- Ia menunjukkan keadaan sambungan semasa.
|
10
|
+
- Sambungan yang sedang aktif akan mempunyai latar belakang kad yang berwarna hijau muda.
|
11
|
+
- Anda juga boleh menentukan sama ada sambungan sedang aktif atau tidak dengan menggunakan butang sambungan/putuskan sambungan pada kad sambungan.
|
12
|
+
- Anda boleh mencuba untuk menyambungkan atau memutuskan sambungan pada sambungan yang berkaitan dengan menggunakan butang sambungan/putuskan sambungan pada kad sambungan.
|
13
|
+
|
14
|
+
## Senario (Keadaan Skenario)
|
15
|
+
|
16
|
+
- Anda boleh melihat senarai semua senario yang telah didaftarkan dalam bentuk kad senario.
|
17
|
+
- Ia menunjukkan keadaan semasa pelaksanaan senario.
|
18
|
+
- Senario yang sedang berjalan akan mempunyai latar belakang kad yang berwarna hijau muda.
|
19
|
+
- Anda juga boleh menentukan sama ada senario sedang berjalan atau tidak dengan menggunakan butang jalankan/hentikan pada kad senario.
|
20
|
+
- Anda boleh menjalankan atau menghentikan senario yang berkaitan dengan menggunakan butang jalankan/hentikan pada kad senario.
|
21
|
+
|
22
|
+
## Senarai Tertunda (Antrian Tertunda)
|
23
|
+
|
24
|
+
- Senarai tertunda adalah antara muka untuk mendaftarkan senario yang akan dilaksanakan selepas jangka masa tertentu oleh tugas bookup-scenario.
|
25
|
+
- Senario yang ditangguhkan dalam senarai tertunda akan diambil oleh tugas pickup-scenario apabila tempoh pengantaraan berakhir, dan akan dilaksanakan.
|
26
|
+
- Di Monitor Integrasi, senarai senario yang tertunda yang sedang menunggu dipaparkan dalam senarai yang diatur mengikut masa.
|
27
|
+
- Senario dalam senarai tertunda digambarkan sebagai garis pada skala masa, dan warna garis tersebut sama dengan warna pada kad senario yang mewakili senario tersebut dalam senarai senario.
|
28
|
+
- Senario yang ditangguhkan dalam senarai tertunda boleh didaftarkan dengan menetapkan tanda pada masa pendaftaran dan boleh diambil berdasarkan tanda. Anda boleh memantau senario mengikut tanda dalam pemantauan senarai tertunda.
|
29
|
+
- Jika tanda dipilih sebagai '\*', maka semua senario tanda akan dipantau.
|
@@ -0,0 +1,28 @@
|
|
1
|
+
# 集成监控
|
2
|
+
|
3
|
+
这个集成监控页面旨在全面监视连接状态、场景执行状态以及等待集成的场景列表。它还提供了连接连接和启动/停止场景的控制。
|
4
|
+
|
5
|
+
## 连接 (连接状态)
|
6
|
+
|
7
|
+
- 您可以查看以连接卡片形式注册的所有连接。
|
8
|
+
- 它表示每个连接的当前连接状态。
|
9
|
+
- 主动连接的连接具有卡片上的浅绿色背景。
|
10
|
+
- 此外,您可以使用连接卡片上的连接/断开按钮来确定当前连接状态。
|
11
|
+
- 您可以尝试连接或断开连接卡片上的特定连接,使用连接/断开按钮。
|
12
|
+
|
13
|
+
## 场景 (场景状态)
|
14
|
+
|
15
|
+
- 您可以查看以场景卡片形式注册的所有场景。
|
16
|
+
- 它显示每个场景的当前执行状态。
|
17
|
+
- 活跃运行的场景具有卡片上的浅绿色背景。
|
18
|
+
- 此外,您可以使用场景卡片上的启动/停止按钮来确定当前执行状态。
|
19
|
+
- 您可以使用场景卡片上的启动/停止按钮启动或停止特定场景。
|
20
|
+
|
21
|
+
## 待处理队列 (延迟队列)
|
22
|
+
|
23
|
+
- 延迟队列允许您注册在一定延迟后由 bookup-scenario 任务触发执行的场景。
|
24
|
+
- 存储在延迟队列中的场景将在其延迟时间到期时被 pickup-scenario 任务触发并执行。
|
25
|
+
- 在集成监控中,您可以看到基于时间轴等待的场景的排序列表。
|
26
|
+
- 延迟队列中的每个场景都表示为时间轴上的单行,该行的颜色与场景列表中的场景卡片的颜色相对应。
|
27
|
+
- 在注册时,可以为延迟队列中的场景分配标签,并可以按标签选择监视延迟队列中的场景。您可以在延迟队列监视中按标签选择监视场景。
|
28
|
+
- 选择“\*”作为标签将监视所有标签的场景。
|
@@ -0,0 +1,42 @@
|
|
1
|
+
# シナリオの詳細
|
2
|
+
|
3
|
+
シナリオの詳細定義画面では、シナリオを構成するステップのリストを作成できます。
|
4
|
+
|
5
|
+
## ステップ
|
6
|
+
|
7
|
+
ステップは、シナリオの進行順に構築される単位タスクです。各ステップの名前(name)は、シナリオの全生涯にわたって管理されるコンテキストデータにアクセスするための名前です。シナリオを構成するステップは、シナリオエンジンによって順番に実行されますが、特にフローコントロールタスクによって実行順序が変更されることがあります。
|
8
|
+
|
9
|
+
## フローコントロールタスク
|
10
|
+
|
11
|
+
- end(終了)
|
12
|
+
- goto(移動)
|
13
|
+
- switch(切り替え)
|
14
|
+
- switch-range(スイッチ範囲)
|
15
|
+
- throw(投げる)
|
16
|
+
|
17
|
+
## プロパティ
|
18
|
+
|
19
|
+
- name(名前)
|
20
|
+
- シナリオステップの名前
|
21
|
+
- description(説明)
|
22
|
+
- シナリオステップの簡単な説明
|
23
|
+
- result(結果)
|
24
|
+
- シナリオ(インスタンス)の実行結果に含まれるかどうかを設定します。
|
25
|
+
- skip(スキップ)
|
26
|
+
- シナリオの実行に含めるかどうかを設定します。
|
27
|
+
- log(ログ)
|
28
|
+
- 実行結果をログに記録するかどうかを設定します。
|
29
|
+
- connection(接続)
|
30
|
+
- 接続ベースのシナリオの場合、設定します。接続が設定されていない場合、シナリオエンジンの共通タスクのうちの 1 つを設定できます。
|
31
|
+
- task(タスク)
|
32
|
+
- 接続が設定されている場合、接続ベースのタスクを設定できます。接続が設定されていない場合、シナリオエンジンの共通タスクのうちの 1 つを設定できます。
|
33
|
+
- parameter(パラメータ)
|
34
|
+
- タスク設定に必要なパラメータを設定します。
|
35
|
+
|
36
|
+
## 操作
|
37
|
+
|
38
|
+
- ステップの追加
|
39
|
+
- ステップの削除
|
40
|
+
- シーケンスの上へ/下へ移動
|
41
|
+
- 保存
|
42
|
+
- 削除
|
@@ -0,0 +1,44 @@
|
|
1
|
+
# Scenario Detail
|
2
|
+
|
3
|
+
시나리오 상세 정의 화면에서는 시나리오를 구성하는 스텝 리스트를 구성한다.
|
4
|
+
|
5
|
+
## step
|
6
|
+
|
7
|
+
스텝은 시나리오의 진행 순서대로 구성되는 단위 태스크이다.
|
8
|
+
각 스텝의 이름(name)은 전체 시나리오의 생명주기동안 관리되는 컨텍스트 데이타를 접근하는 이름이다.
|
9
|
+
시나리오를 구성하는 스텝은 시나리오엔진에 의해서 순서대로 수행되게되며, 특별히 플로우 컨트롤 태스크에 의해서 실행순서가 변경될 수 있다.
|
10
|
+
|
11
|
+
## flow control task
|
12
|
+
|
13
|
+
- end
|
14
|
+
- goto
|
15
|
+
- switch (switch-goto)
|
16
|
+
- switch-range (switch-range-goto)
|
17
|
+
- throw
|
18
|
+
|
19
|
+
## properties
|
20
|
+
|
21
|
+
- name
|
22
|
+
- 시나리오 스텝의 이름
|
23
|
+
- description
|
24
|
+
- 시나리오 스텝에 대한 간략한 설명
|
25
|
+
- result
|
26
|
+
- 시나리오(인스턴스) 실행결과에 포함되는 지 여부를 설정
|
27
|
+
- skip
|
28
|
+
- 시나리오 실행에 포함하지 않을 지 여부를 설정
|
29
|
+
- log
|
30
|
+
- 로그에 실행결과를 남길 지 여부를 설정
|
31
|
+
- connection
|
32
|
+
- 커넥션 기반의 시나리오라면 설정한다. 설정하지 않으면 시나리오 엔진의 공통 태스크 중의 하나를 설정할 수 있다.
|
33
|
+
- task
|
34
|
+
- 커넥션이 설정되어 있다면, 커넥션 기반의 태스크를 설정할 수 있다. 커넥션이 설정되어 있지 않으면, 시나리오 엔진의 공통 태스크 중 하나를 설정할 수 있다.
|
35
|
+
- parameter
|
36
|
+
- 태스크 설정에 해당하는 파라미터를 설정
|
37
|
+
|
38
|
+
## operations
|
39
|
+
|
40
|
+
- add step
|
41
|
+
- remove step
|
42
|
+
- sequence move up / down
|
43
|
+
- save
|
44
|
+
- delete
|
@@ -1,12 +1,10 @@
|
|
1
1
|
# Scenario Detail
|
2
2
|
|
3
|
-
|
3
|
+
In the scenario detail definition screen, you create a list of steps that make up the scenario.
|
4
4
|
|
5
5
|
## step
|
6
6
|
|
7
|
-
|
8
|
-
각 스텝의 이름(name)은 전체 시나리오의 생명주기동안 관리되는 컨텍스트 데이타를 접근하는 이름이다.
|
9
|
-
시나리오를 구성하는 스텝은 시나리오엔진에 의해서 순서대로 수행되게되며, 특별히 플로우 컨트롤 태스크에 의해서 실행순서가 변경될 수 있다.
|
7
|
+
A step is a unit task that is arranged in the order of execution of the scenario. The name of each step (name) is the name used to access context data managed throughout the entire lifecycle of the scenario. The steps that make up the scenario are executed sequentially by the scenario engine, and the execution order can be specifically altered by flow control tasks.
|
10
8
|
|
11
9
|
## flow control task
|
12
10
|
|
@@ -19,21 +17,21 @@
|
|
19
17
|
## properties
|
20
18
|
|
21
19
|
- name
|
22
|
-
-
|
20
|
+
- The name of the scenario step
|
23
21
|
- description
|
24
|
-
-
|
22
|
+
- A brief description of the scenario step
|
25
23
|
- result
|
26
|
-
-
|
24
|
+
- Whether to include it in the scenario (instance) execution result
|
27
25
|
- skip
|
28
|
-
-
|
26
|
+
- Whether to include it in the scenario execution
|
29
27
|
- log
|
30
|
-
-
|
28
|
+
- Whether to log the execution result
|
31
29
|
- connection
|
32
|
-
-
|
30
|
+
- Set if it's a connection-based scenario. If no connection is set, you can choose one of the common tasks of the scenario engine.
|
33
31
|
- task
|
34
|
-
-
|
32
|
+
- If a connection is set, you can set connection-based tasks. If no connection is set, you can choose one of the common tasks of the scenario engine.
|
35
33
|
- parameter
|
36
|
-
-
|
34
|
+
- Set parameters relevant to task configuration.
|
37
35
|
|
38
36
|
## operations
|
39
37
|
|
@@ -0,0 +1,42 @@
|
|
1
|
+
# Butiran Senario
|
2
|
+
|
3
|
+
Pada skrin Butiran Senario, anda akan membina senarai langkah-langkah yang membentuk senario.
|
4
|
+
|
5
|
+
## langkah
|
6
|
+
|
7
|
+
Langkah-langkah ini adalah unit tugas yang disusun mengikut urutan pelaksanaan senario. Nama (name) setiap langkah adalah nama yang digunakan untuk mengakses data konteks yang diuruskan sepanjang hayat senario keseluruhan. Langkah-langkah yang membentuk senario akan dilaksanakan secara berurutan oleh enjin senario, dan urutan pelaksanaan boleh diubah khas melalui tugas kawalan aliran.
|
8
|
+
|
9
|
+
## tugas kawalan aliran
|
10
|
+
|
11
|
+
- akhir
|
12
|
+
- pergi ke
|
13
|
+
- tukar (switch)
|
14
|
+
- julat tukar (switch-range)
|
15
|
+
- lempar (throw)
|
16
|
+
|
17
|
+
## ciri-ciri
|
18
|
+
|
19
|
+
- nama
|
20
|
+
- Nama langkah senario
|
21
|
+
- penerangan
|
22
|
+
- Penerangan ringkas langkah senario
|
23
|
+
- hasil
|
24
|
+
- Samada dimasukkan dalam hasil pelaksanaan senario (salinan)
|
25
|
+
- langkau
|
26
|
+
- Samada disertakan dalam pelaksanaan senario
|
27
|
+
- log
|
28
|
+
- Samada rekodkan hasil pelaksanaan ke dalam log
|
29
|
+
- sambungan
|
30
|
+
- Jika berdasarkan sambungan senario, tetapkan. Jika tidak ada sambungan, anda boleh memilih salah satu tugas biasa enjin senario.
|
31
|
+
- tugas
|
32
|
+
- Jika sambungan ditetapkan, anda boleh menetapkan tugas berasaskan sambungan. Jika tiada sambungan, anda boleh memilih salah satu tugas biasa enjin senario.
|
33
|
+
- parameter
|
34
|
+
- Tetapkan parameter yang diperlukan untuk konfigurasi tugas.
|
35
|
+
|
36
|
+
## operasi
|
37
|
+
|
38
|
+
- Tambah langkah
|
39
|
+
- Padam langkah
|
40
|
+
- Gerakkan urutan susunan ke atas / bawah
|
41
|
+
- Simpan
|
42
|
+
- Padam
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# Scenario Detail
|
2
|
+
|
3
|
+
在场景详细定义界面中,您可以构建场景的步骤列表。
|
4
|
+
|
5
|
+
## step
|
6
|
+
|
7
|
+
步骤是构成场景的按顺序执行的单元任务。每个步骤的名称(name)是在整个场景的生命周期内用于访问上下文数据的名称。
|
8
|
+
构成场景的步骤将按顺序由场景引擎执行,但可以通过流程控制任务特别更改执行顺序。
|
9
|
+
|
10
|
+
## flow control task
|
11
|
+
|
12
|
+
- end(结束)
|
13
|
+
- goto(转到)
|
14
|
+
- switch(切换,开关)
|
15
|
+
- switch-range(范围切换)
|
16
|
+
- throw(抛出)
|
17
|
+
|
18
|
+
## properties
|
19
|
+
|
20
|
+
- name(名称)
|
21
|
+
- 场景步骤的名称
|
22
|
+
- description(描述)
|
23
|
+
- 场景步骤的简要描述
|
24
|
+
- result(结果)
|
25
|
+
- 是否包含在场景(实例)执行结果中
|
26
|
+
- skip(跳过)
|
27
|
+
- 是否包括在场景执行中
|
28
|
+
- log(记录)
|
29
|
+
- 是否记录执行结果到日志
|
30
|
+
- connection(连接)
|
31
|
+
- 如果是基于连接的场景,则进行设置。如果没有设置连接,则可以选择场景引擎的通用任务之一。
|
32
|
+
- task(任务)
|
33
|
+
- 如果设置了连接,则可以设置基于连接的任务。如果未设置连接,则可以选择场景引擎的通用任务之一。
|
34
|
+
- parameter(参数)
|
35
|
+
- 设置任务配置所需的参数
|
36
|
+
|
37
|
+
## operations(操作)
|
38
|
+
|
39
|
+
- 添加步骤
|
40
|
+
- 删除步骤
|
41
|
+
- 上移/下移顺序
|
42
|
+
- 保存
|
43
|
+
- 删除
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# シナリオ
|
2
|
+
|
3
|
+
シナリオ定義画面では、システムで運用されるシナリオを(作成/変更/削除/テスト)管理できます。
|
4
|
+
|
5
|
+
## プロパティ
|
6
|
+
|
7
|
+
- 名前
|
8
|
+
- シナリオの名前を指定します。
|
9
|
+
- 名前は一意である必要があります。
|
10
|
+
- 説明
|
11
|
+
- スケジュール [schedule](./crontab-editor.md)
|
12
|
+
- タイムゾーン
|
13
|
+
- スケジュールが実行される基準タイムゾーンを設定します。
|
14
|
+
- 必須権限
|
15
|
+
- シナリオを実行するための必須権限を設定します。
|
16
|
+
- アクティベーションフラグ
|
17
|
+
- アプリケーションの起動時に自動的に開始するかどうかを指定します。
|
18
|
+
- 進行度(監視中にのみ表示される情報)
|
19
|
+
- (現在のステップ番号 / シナリオの総ステップ数)%
|
20
|
+
- メインシナリオを基準に、サーバーシナリオは単一のステップとして計算されます。
|
21
|
+
- ラウンド(監視中にのみ表示される情報)
|
22
|
+
- 繰り返しシナリオの場合の現在の繰り返し回数を示します。
|
23
|
+
- メッセージ(監視中にのみ表示される情報)
|
24
|
+
- シナリオインスタンスの最終状態に関連するメッセージ。
|
25
|
+
|
26
|
+
## 操作
|
27
|
+
|
28
|
+
- 監視を開始
|
29
|
+
- [統合モニタリング](./integration-monitor.md)画面に移動します。
|
30
|
+
- シナリオをコピー
|
31
|
+
- 選択したシナリオをコピーします。
|
32
|
+
- シナリオを保存
|
33
|
+
- シナリオの変更内容を保存します。
|
34
|
+
- 実行中のシナリオは変更できません。
|
35
|
+
- シナリオを削除
|
36
|
+
- 選択したシナリオを削除します。
|
37
|
+
- 実行中のシナリオは削除できません。
|