@things-factory/integration-ui 6.1.48 → 6.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,7 +69,7 @@ class ScenarioDetail extends localize(i18next)(LitElement) {
69
69
  }
70
70
 
71
71
  async firstUpdated() {
72
- this.select = ['name', 'description', 'sequence', 'task', 'connection', 'params', 'skip', 'log']
72
+ this.select = ['name', 'description', 'sequence', 'task', 'connection', 'params', 'result', 'skip', 'log']
73
73
  this.gristConfig = {
74
74
  list: { fields: ['name', 'description', 'task'] },
75
75
  columns: [
@@ -127,6 +127,15 @@ class ScenarioDetail extends localize(i18next)(LitElement) {
127
127
  },
128
128
  width: 180
129
129
  },
130
+ {
131
+ type: 'boolean',
132
+ name: 'result',
133
+ header: i18next.t('field.result'),
134
+ record: {
135
+ editable: true
136
+ },
137
+ width: 80
138
+ },
130
139
  {
131
140
  type: 'boolean',
132
141
  name: 'skip',
@@ -19,12 +19,21 @@
19
19
  ## properties
20
20
 
21
21
  - name
22
+ - 시나리오 스텝의 이름
22
23
  - description
24
+ - 시나리오 스텝에 대한 간략한 설명
25
+ - result
26
+ - 시나리오(인스턴스) 실행결과에 포함되는 지 여부를 설정
23
27
  - skip
28
+ - 시나리오 실행에 포함하지 않을 지 여부를 설정
24
29
  - log
30
+ - 로그에 실행결과를 남길 지 여부를 설정
25
31
  - connection
32
+ - 커넥션 기반의 시나리오라면 설정한다. 설정하지 않으면 시나리오 엔진의 공통 태스크 중의 하나를 설정할 수 있다.
26
33
  - task
34
+ - 커넥션이 설정되어 있다면, 커넥션 기반의 태스크를 설정할 수 있다. 커넥션이 설정되어 있지 않으면, 시나리오 엔진의 공통 태스크 중 하나를 설정할 수 있다.
27
35
  - parameter
36
+ - 태스크 설정에 해당하는 파라미터를 설정
28
37
 
29
38
  ## operations
30
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-ui",
3
- "version": "6.1.48",
3
+ "version": "6.1.50",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -36,8 +36,8 @@
36
36
  "@operato/utils": "^1.0.1",
37
37
  "@things-factory/export-base": "^6.1.48",
38
38
  "@things-factory/import-base": "^6.1.48",
39
- "@things-factory/integration-base": "^6.1.48",
39
+ "@things-factory/integration-base": "^6.1.50",
40
40
  "moment-timezone": "^0.5.40"
41
41
  },
42
- "gitHead": "eb4f1fb780cddd2168562ae5678f44254ee6423b"
42
+ "gitHead": "9933349bf84cd7394069f3994db659383f1485d9"
43
43
  }
@@ -12,6 +12,7 @@
12
12
  "field.message": "message",
13
13
  "field.params": "parameters",
14
14
  "field.progress": "progress",
15
+ "field.result": "result",
15
16
  "field.rounds": "rounds",
16
17
  "field.schedule": "schedule",
17
18
  "field.skip": "skip",
@@ -13,6 +13,7 @@
13
13
  "field.message": "メッセージ",
14
14
  "field.params": "パラメーター",
15
15
  "field.progress": "進捗",
16
+ "field.result": "けっか",
16
17
  "field.rounds": "回目",
17
18
  "field.schedule": "スケジュール",
18
19
  "field.skip": "スキップ",
@@ -9,6 +9,7 @@
9
9
  "field.connection": "연결",
10
10
  "field.crontab": "크론탭",
11
11
  "field.endpoint": "엔드포인트",
12
+ "field.result": "결과",
12
13
  "field.log": "로그",
13
14
  "field.message": "메시지",
14
15
  "field.params": "파라미터",
@@ -13,6 +13,7 @@
13
13
  "field.message": "mesej",
14
14
  "field.params": "parameter",
15
15
  "field.progress": "kemajuan",
16
+ "field.result": "Keputusan",
16
17
  "field.rounds": "pusingan",
17
18
  "field.schedule": "jadual",
18
19
  "field.skip": "langkau",
@@ -8,6 +8,7 @@
8
8
  "field.connection": "连接",
9
9
  "field.crontab": "crontab",
10
10
  "field.endpoint": "端点",
11
+ "field.result": "结果",
11
12
  "field.log": "日志",
12
13
  "field.message": "信息",
13
14
  "field.params": "参数",