@things-factory/integration-base 6.2.44 → 6.2.49

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.
Files changed (175) hide show
  1. package/dist-server/engine/connector/operato-connector.js +10 -7
  2. package/dist-server/engine/connector/operato-connector.js.map +1 -1
  3. package/dist-server/engine/types.js.map +1 -1
  4. package/dist-server/service/scenario-instance/scenario-instance-mutation.js +15 -9
  5. package/dist-server/service/scenario-instance/scenario-instance-mutation.js.map +1 -1
  6. package/dist-server/service/scenario-instance/scenario-instance-type.js +2 -1
  7. package/dist-server/service/scenario-instance/scenario-instance-type.js.map +1 -1
  8. package/dist-server/tsconfig.tsbuildinfo +1 -1
  9. package/helps/integration/connector/graphql-connector.ja.md +23 -0
  10. package/helps/integration/connector/graphql-connector.ko.md +23 -0
  11. package/helps/integration/connector/graphql-connector.ms.md +23 -0
  12. package/helps/integration/connector/graphql-connector.zh.md +23 -0
  13. package/helps/integration/connector/mqtt-connector.ja.md +17 -0
  14. package/helps/integration/connector/mqtt-connector.ko.md +17 -0
  15. package/helps/integration/connector/mqtt-connector.ms.md +17 -0
  16. package/helps/integration/connector/mqtt-connector.zh.md +17 -0
  17. package/helps/integration/connector/mssql-connector.ja.md +38 -0
  18. package/helps/integration/connector/mssql-connector.ko.md +38 -0
  19. package/helps/integration/connector/mssql-connector.ms.md +38 -0
  20. package/helps/integration/connector/mssql-connector.zh.md +38 -0
  21. package/helps/integration/connector/postgresql-connector.ja.md +34 -0
  22. package/helps/integration/connector/postgresql-connector.ko.md +34 -0
  23. package/helps/integration/connector/postgresql-connector.ms.md +34 -0
  24. package/helps/integration/connector/postgresql-connector.zh.md +34 -0
  25. package/helps/integration/connector/sqlite-connector.ja.md +17 -0
  26. package/helps/integration/connector/sqlite-connector.ko.md +17 -0
  27. package/helps/integration/connector/sqlite-connector.ms.md +17 -0
  28. package/helps/integration/connector/sqlite-connector.zh.md +17 -0
  29. package/helps/integration/task/book-up-scenario.ja.md +27 -0
  30. package/helps/integration/task/book-up-scenario.ko.md +27 -0
  31. package/helps/integration/task/book-up-scenario.md +21 -21
  32. package/helps/integration/task/book-up-scenario.ms.md +27 -0
  33. package/helps/integration/task/book-up-scenario.zh.md +27 -0
  34. package/helps/integration/task/csv-readline.ja.md +10 -0
  35. package/helps/integration/task/csv-readline.ko.md +10 -0
  36. package/helps/integration/task/csv-readline.md +5 -6
  37. package/helps/integration/task/csv-readline.ms.md +9 -0
  38. package/helps/integration/task/csv-readline.zh.md +9 -0
  39. package/helps/integration/task/data-mapper.ja.md +14 -0
  40. package/helps/integration/task/data-mapper.ko.md +14 -0
  41. package/helps/integration/task/data-mapper.md +11 -11
  42. package/helps/integration/task/data-mapper.ms.md +14 -0
  43. package/helps/integration/task/data-mapper.zh.md +14 -0
  44. package/helps/integration/task/database-query.ja.md +1 -1
  45. package/helps/integration/task/database-query.ko.md +1 -1
  46. package/helps/integration/task/database-query.md +1 -1
  47. package/helps/integration/task/database-query.ms.md +1 -1
  48. package/helps/integration/task/database-query.zh.md +1 -1
  49. package/helps/integration/task/empty-check.ja.md +10 -0
  50. package/helps/integration/task/empty-check.ko.md +10 -0
  51. package/helps/integration/task/empty-check.md +7 -7
  52. package/helps/integration/task/empty-check.ms.md +10 -0
  53. package/helps/integration/task/empty-check.zh.md +10 -0
  54. package/helps/integration/task/end.ja.md +7 -0
  55. package/helps/integration/task/end.ko.md +3 -0
  56. package/helps/integration/task/end.md +6 -2
  57. package/helps/integration/task/end.ms.md +7 -0
  58. package/helps/integration/task/end.zh.md +7 -0
  59. package/helps/integration/task/floating-point.ja.md +34 -0
  60. package/helps/integration/task/floating-point.ko.md +34 -0
  61. package/helps/integration/task/floating-point.md +1 -1
  62. package/helps/integration/task/floating-point.ms.md +34 -0
  63. package/helps/integration/task/floating-point.zh.md +34 -0
  64. package/helps/integration/task/goto.ja.md +8 -0
  65. package/helps/integration/task/goto.ko.md +8 -0
  66. package/helps/integration/task/goto.md +4 -4
  67. package/helps/integration/task/goto.ms.md +8 -0
  68. package/helps/integration/task/goto.zh.md +8 -0
  69. package/helps/integration/task/graphql-mutate.ja.md +1 -1
  70. package/helps/integration/task/graphql-mutate.ko.md +1 -1
  71. package/helps/integration/task/graphql-mutate.md +1 -1
  72. package/helps/integration/task/graphql-mutate.ms.md +1 -1
  73. package/helps/integration/task/graphql-mutate.zh.md +1 -1
  74. package/helps/integration/task/graphql-query.ja.md +1 -1
  75. package/helps/integration/task/graphql-query.ko.md +1 -1
  76. package/helps/integration/task/graphql-query.md +1 -1
  77. package/helps/integration/task/graphql-query.ms.md +1 -1
  78. package/helps/integration/task/graphql-query.zh.md +1 -1
  79. package/helps/integration/task/headless-scrap.ja.md +13 -0
  80. package/helps/integration/task/headless-scrap.ko.md +13 -0
  81. package/helps/integration/task/headless-scrap.md +10 -10
  82. package/helps/integration/task/headless-scrap.ms.md +13 -0
  83. package/helps/integration/task/headless-scrap.zh.md +13 -0
  84. package/helps/integration/task/http-get.ja.md +1 -1
  85. package/helps/integration/task/http-get.ko.md +1 -1
  86. package/helps/integration/task/http-get.md +1 -1
  87. package/helps/integration/task/http-get.ms.md +1 -1
  88. package/helps/integration/task/http-get.zh.md +1 -1
  89. package/helps/integration/task/http-post.ja.md +1 -1
  90. package/helps/integration/task/http-post.ko.md +1 -1
  91. package/helps/integration/task/http-post.md +1 -1
  92. package/helps/integration/task/http-post.ms.md +1 -1
  93. package/helps/integration/task/http-post.zh.md +1 -1
  94. package/helps/integration/task/local-graphql-mutate.ja.md +43 -0
  95. package/helps/integration/task/local-graphql-mutate.ko.md +44 -0
  96. package/helps/integration/task/local-graphql-mutate.md +10 -14
  97. package/helps/integration/task/local-graphql-mutate.ms.md +40 -0
  98. package/helps/integration/task/local-graphql-mutate.zh.md +40 -0
  99. package/helps/integration/task/local-graphql-query.ja.md +42 -0
  100. package/helps/integration/task/local-graphql-query.ko.md +44 -0
  101. package/helps/integration/task/local-graphql-query.md +10 -14
  102. package/helps/integration/task/local-graphql-query.ms.md +41 -0
  103. package/helps/integration/task/local-graphql-query.zh.md +40 -0
  104. package/helps/integration/task/log.ja.md +1 -1
  105. package/helps/integration/task/log.ko.md +1 -1
  106. package/helps/integration/task/log.md +1 -1
  107. package/helps/integration/task/log.ms.md +1 -1
  108. package/helps/integration/task/log.zh.md +1 -1
  109. package/helps/integration/task/mqtt-publish.ja.md +10 -0
  110. package/helps/integration/task/mqtt-publish.ko.md +10 -0
  111. package/helps/integration/task/mqtt-publish.md +7 -7
  112. package/helps/integration/task/mqtt-publish.ms.md +10 -0
  113. package/helps/integration/task/mqtt-publish.zh.md +10 -0
  114. package/helps/integration/task/mqtt-subscribe.ja.md +15 -0
  115. package/helps/integration/task/mqtt-subscribe.ko.md +15 -0
  116. package/helps/integration/task/mqtt-subscribe.md +12 -12
  117. package/helps/integration/task/mqtt-subscribe.ms.md +15 -0
  118. package/helps/integration/task/mqtt-subscribe.zh.md +15 -0
  119. package/helps/integration/task/oracle-procedure.ja.md +1 -1
  120. package/helps/integration/task/oracle-procedure.ko.md +1 -1
  121. package/helps/integration/task/oracle-procedure.md +1 -1
  122. package/helps/integration/task/oracle-procedure.ms.md +1 -1
  123. package/helps/integration/task/oracle-procedure.zh.md +1 -1
  124. package/helps/integration/task/pick-pending-scenario.ja.md +13 -0
  125. package/helps/integration/task/pick-pending-scenario.ko.md +13 -0
  126. package/helps/integration/task/pick-pending-scenario.md +10 -10
  127. package/helps/integration/task/pick-pending-scenario.ms.md +13 -0
  128. package/helps/integration/task/pick-pending-scenario.zh.md +13 -0
  129. package/helps/integration/task/publish.ja.md +16 -0
  130. package/helps/integration/task/publish.ko.md +16 -0
  131. package/helps/integration/task/publish.md +10 -10
  132. package/helps/integration/task/publish.ms.md +16 -0
  133. package/helps/integration/task/publish.zh.md +16 -0
  134. package/helps/integration/task/random.ja.md +13 -0
  135. package/helps/integration/task/random.ko.md +13 -0
  136. package/helps/integration/task/random.md +9 -9
  137. package/helps/integration/task/random.ms.md +13 -0
  138. package/helps/integration/task/random.zh.md +13 -0
  139. package/helps/integration/task/script.ja.md +1 -1
  140. package/helps/integration/task/script.ko.md +1 -1
  141. package/helps/integration/task/script.md +1 -1
  142. package/helps/integration/task/script.ms.md +1 -1
  143. package/helps/integration/task/script.zh.md +1 -1
  144. package/helps/integration/task/set-domain.ja.md +25 -0
  145. package/helps/integration/task/set-domain.ko.md +25 -0
  146. package/helps/integration/task/set-domain.md +12 -12
  147. package/helps/integration/task/set-domain.ms.md +25 -0
  148. package/helps/integration/task/set-domain.zh.md +25 -0
  149. package/helps/integration/task/sleep.ja.md +8 -0
  150. package/helps/integration/task/sleep.ko.md +8 -0
  151. package/helps/integration/task/sleep.md +5 -5
  152. package/helps/integration/task/sleep.ms.md +8 -0
  153. package/helps/integration/task/sleep.zh.md +8 -0
  154. package/helps/integration/task/state-read.ja.md +1 -1
  155. package/helps/integration/task/state-read.ms.md +1 -1
  156. package/helps/integration/task/state-read.zh.md +1 -1
  157. package/helps/integration/task/state-write.ja.md +1 -1
  158. package/helps/integration/task/state-write.ms.md +1 -1
  159. package/helps/integration/task/state-write.zh.md +1 -1
  160. package/helps/integration/task/throw.ja.md +12 -0
  161. package/helps/integration/task/throw.ko.md +12 -0
  162. package/helps/integration/task/throw.md +10 -10
  163. package/helps/integration/task/throw.ms.md +12 -0
  164. package/helps/integration/task/throw.zh.md +12 -0
  165. package/helps/integration/task/variables.ja.md +37 -0
  166. package/helps/integration/task/variables.ko.md +37 -0
  167. package/helps/integration/task/variables.md +11 -11
  168. package/helps/integration/task/variables.ms.md +37 -0
  169. package/helps/integration/task/variables.zh.md +37 -0
  170. package/package.json +7 -7
  171. package/server/engine/connector/operato-connector.ts +23 -5
  172. package/server/engine/types.ts +1 -0
  173. package/server/service/scenario-instance/scenario-instance-mutation.ts +28 -9
  174. package/server/service/scenario-instance/scenario-instance-type.ts +2 -1
  175. /package/helps/integration/connector/{operato-connector.kr.md → operato-connector.ko.md} +0 -0
@@ -1,10 +1,10 @@
1
- # MQTT publish
1
+ # mqtt-publish
2
2
 
3
- MQTT 브로커에 설정된 tag를 붙여 accessor 데이타를 송신하는 태스크이다.
3
+ This task is responsible for transmitting the data of the accessor using the tag configured in the MQTT broker.
4
4
 
5
- ## parameters
5
+ ## Parameters
6
6
 
7
- - topic
8
- - 브로커로 보낼 메시지의 tag 지정한다.
9
- - [accessor](../concept/data-accessor.md)
10
- - 브로커로 보낼 메시지 data 접근자를 지정한다.
7
+ - Topic
8
+ - Specify the tag of the message to be sent to the broker.
9
+ - [Accessor](../concept/data-accessor.md)
10
+ - Specify the accessor of the message data to be sent to the broker.
@@ -0,0 +1,10 @@
1
+ # mqtt-publish
2
+
3
+ Tugasan ini bertanggung jawab untuk menghantar data accessor menggunakan tag yang dikonfigurasi dalam broker MQTT.
4
+
5
+ ## Parameter
6
+
7
+ - Topik
8
+ - Tetapkan tag mesej yang akan dihantar ke broker.
9
+ - [Accessor](../concept/data-accessor.md)
10
+ - Tetapkan accessor data mesej yang akan dihantar ke broker.
@@ -0,0 +1,10 @@
1
+ # mqtt-publish
2
+
3
+ 此任务负责使用在MQTT代理中配置的标签传输访问器的数据。
4
+
5
+ ## 参数
6
+
7
+ - 主题
8
+ - 指定要发送到代理的消息的标签。
9
+ - [访问器](../concept/data-accessor.md)
10
+ - 指定要发送到代理的消息数据的访问器。
@@ -0,0 +1,15 @@
1
+ # mqtt-subscribe
2
+
3
+ これは、MQTTブローカーからメッセージを受信し、データとして返すタスクです。
4
+ 指定されたタグに一致するメッセージを引き続きMQTTブローカーから受信し、最後のメッセージを保存して、このタスクが実行されるときに返します。
5
+ もし、タスクが実行される時点まで新しいメッセージがない場合、新しいメッセージが届くまで待機します。
6
+
7
+ ## パラメータ
8
+
9
+ - トピック
10
+ - 受信するメッセージのタグをブローカーに指定します。
11
+ - データ形式
12
+ - 受信したメッセージの形式を指定します。
13
+ - フォーマット
14
+ - プレーンテキスト:受信したメッセージを文字列として解釈してデータとして返します。
15
+ - JSON:受信したメッセージをオブジェクト形式にパースしてデータとして返します。
@@ -0,0 +1,15 @@
1
+ # mqtt-subscribe
2
+
3
+ MQTT 브로커로부터 메시지를 수신하여 data로 리턴하는 태스크이다.
4
+ MQTT 브로커로부터 지정된 태그에 해당하는 메시지를 계속 수신해서 마지막 메시지를 보관하고 있다가, 이 태스크가 실행되는 시점에 리턴한다.
5
+ 만일, 태스크 실행 시점까지 새로 받은 메시지가 없다면, 새로운 메시지를 받을 때까지 기다린다.
6
+
7
+ ## parameters
8
+
9
+ - topic
10
+ - 브로커로부터 받을 메시지의 tag를 지정한다.
11
+ - data format
12
+ - MQTT 브로커로부터 받은 메시지의 형식을 지정한다.
13
+ - formats
14
+ - Plain Text : 수신한 메시지를 문자열로 해석하여 data로 리턴한다.
15
+ - JSON : 수신한 메시지를 Object 형식으로 파싱하여 data로 리턴한다.
@@ -1,15 +1,15 @@
1
- # MQTT subscribe
1
+ # mqtt-subscribe
2
2
 
3
- MQTT 브로커로부터 메시지를 수신하여 data로 리턴하는 태스크이다.
4
- MQTT 브로커로부터 지정된 태그에 해당하는 메시지를 계속 수신해서 마지막 메시지를 보관하고 있다가, 태스크가 실행되는 시점에 리턴한다.
5
- 만일, 태스크 실행 시점까지 새로 받은 메시지가 없다면, 새로운 메시지를 받을 때까지 기다린다.
3
+ This is a task that receives messages from an MQTT broker and returns them as data.
4
+ It continues to receive messages from the MQTT broker that match the specified tag, stores the last message, and returns it when this task is executed.
5
+ If there are no new messages until the task execution, it waits until a new message is received.
6
6
 
7
- ## parameters
7
+ ## Parameters
8
8
 
9
- - topic
10
- - 브로커로부터 받을 메시지의 tag 지정한다.
11
- - data format
12
- - MQTT 브로커로부터 받은 메시지의 형식을 지정한다.
13
- - formats
14
- - Plain Text : 수신한 메시지를 문자열로 해석하여 data로 리턴한다.
15
- - JSON : 수신한 메시지를 Object 형식으로 파싱하여 data로 리턴한다.
9
+ - Topic
10
+ - Specifies the tag of the message to be received from the broker.
11
+ - Data Format
12
+ - Specifies the format of the message received from the MQTT broker.
13
+ - Formats
14
+ - Plain Text: Interprets the received message as a string and returns it as data.
15
+ - JSON: Parses the received message into an object format and returns it as data.
@@ -0,0 +1,15 @@
1
+ # mqtt-subscribe
2
+
3
+ Ini adalah tugas yang menerima mesej dari broker MQTT dan mengembalikannya sebagai data.
4
+ Ia terus menerima mesej dari broker MQTT yang sepadan dengan tag yang ditetapkan, menyimpan mesej terakhir, dan mengembalikannya apabila tugas ini dijalankan.
5
+ Jika tiada mesej baru sehingga waktu pelaksanaan tugas, ia menunggu sehingga mesej baru diterima.
6
+
7
+ ## Parameter
8
+
9
+ - Topik
10
+ - Menetapkan tag mesej yang akan diterima dari broker.
11
+ - Format Data
12
+ - Menetapkan format mesej yang diterima dari broker MQTT.
13
+ - Format
14
+ - Teks Biasa: Menafsirkan mesej yang diterima sebagai rentetan dan mengembalikannya sebagai data.
15
+ - JSON: Mengurai mesej yang diterima ke dalam format objek dan mengembalikkannya sebagai data.
@@ -0,0 +1,15 @@
1
+ # mqtt-subscribe
2
+
3
+ 这是一个从MQTT代理接收消息并将其返回为数据的任务。
4
+ 它继续从MQTT代理接收与指定标签匹配的消息,存储最后一条消息,并在执行此任务时返回它。
5
+ 如果直到任务执行时没有新消息,它将等待直到收到新消息。
6
+
7
+ ## 参数
8
+
9
+ - 主题
10
+ - 指定从代理接收的消息的标签。
11
+ - 数据格式
12
+ - 指定从MQTT代理接收的消息的格式。
13
+ - 格式
14
+ - 纯文本:将接收的消息解释为字符串并将其作为数据返回。
15
+ - JSON:将接收的消息解析为对象格式并将其作为数据返回。
@@ -1,4 +1,4 @@
1
- # Oracle プロシージャ タスク
1
+ # oracle-procedure
2
2
 
3
3
  このタスクは、Oracle データベースに格納されているプロシージャを呼び出すもので、個々のデータ型に応じてデータのリストまたは特定のデータ型の値を返します。
4
4
 
@@ -1,4 +1,4 @@
1
- # Oracle Procedure Task
1
+ # oracle-procedure
2
2
 
3
3
  Oracle 데이터베이스에 저장되어 있는 프로시저를 호출하는 태스크이며,
4
4
  개별 데이터 타입에 따라서 데이터의 리스트 혹은 특정 데이터 타입의 값을 반환한다.
@@ -1,4 +1,4 @@
1
- # Oracle Procedure Task
1
+ # oracle-procedure
2
2
 
3
3
  This task involves calling a procedure stored in an Oracle database. Depending on individual data types, it either returns a list of data or a specific data type's value.
4
4
 
@@ -1,4 +1,4 @@
1
- # Tugas Prosedur Oracle
1
+ # oracle-procedure
2
2
 
3
3
  Tugas ini melibatkan pemanggilan prosedur yang disimpan dalam pangkalan data Oracle. Bergantung pada jenis data individual, tugas ini akan mengembalikan daftar data atau nilai jenis data tertentu.
4
4
 
@@ -1,4 +1,4 @@
1
- # Oracle 存储过程任务
1
+ # oracle-procedure
2
2
 
3
3
  这个任务涉及调用存储在 Oracle 数据库中的存储过程。根据不同的数据类型,它可以返回数据列表或特定数据类型的值。
4
4
 
@@ -0,0 +1,13 @@
1
+ # pick-pending-scenario
2
+
3
+ これは[保留中のキュー](../concept/pending-queue.md)から取り出し、実行するタスクです。
4
+
5
+ ## パラメータ
6
+
7
+ - タグ
8
+ - シナリオに付けられるタグを設定します。
9
+ - 待機時間
10
+ - 保留中のシナリオが発生するまでの待機時間を設定します。
11
+ - 単位はミリ秒です。
12
+ - '-1'を設定すると、保留中のシナリオを無期限で待機します。
13
+ - シナリオの選択を待っていても、該当のシナリオが終了すると、タスクも終了します。
@@ -0,0 +1,13 @@
1
+ # pick-pending-scenario
2
+
3
+ [지연 큐](../concept/pending-queue.md)에 지연 만료된 시나리오를 꺼내서 실행(run)하는 태스크이다.
4
+
5
+ ## parameters
6
+
7
+ - tag
8
+ - 시나리오에 붙여질 태그를 설정한다.
9
+ - waitFor
10
+ - 지연 만료된 시나리오가 발생하는 것을 얼마의 시간동안 기다릴 것인지를 설정한다.
11
+ - 단위는 milli-seconds 이다.
12
+ - '-1'을 설정하면, 지연 만료된 시나리오를 무한시간동안 기다린다.
13
+ - 시나리오 선택을 기다리더라도, 해당 시나리오가 종료되면, 태스크도 종료된다.
@@ -1,13 +1,13 @@
1
- # Pickup Scenario
1
+ # pick-pending-scenario
2
2
 
3
- [지연 ](../concept/pending-queue.md)에 지연 만료된 시나리오를 꺼내서 실행(run)하는 태스크이다.
3
+ This is a task that retrieves and executes expired scenarios from the [pending queue](../concept/pending-queue.md).
4
4
 
5
- ## parameters
5
+ ## Parameters
6
6
 
7
- - tag
8
- - 시나리오에 붙여질 태그를 설정한다.
9
- - waitFor
10
- - 지연 만료된 시나리오가 발생하는 것을 얼마의 시간동안 기다릴 것인지를 설정한다.
11
- - 단위는 milli-seconds 이다.
12
- - '-1' 설정하면, 지연 만료된 시나리오를 무한시간동안 기다린다.
13
- - 시나리오 선택을 기다리더라도, 해당 시나리오가 종료되면, 태스크도 종료된다.
7
+ - Tag
8
+ - Sets the tag to be attached to the scenario.
9
+ - WaitFor
10
+ - Sets the time for which the expired scenario will wait to occur.
11
+ - The unit is milliseconds.
12
+ - Setting '-1' will wait for the expired scenario indefinitely.
13
+ - Even if waiting for scenario selection, the task will end when the corresponding scenario ends.
@@ -0,0 +1,13 @@
1
+ # pick-pending-scenario
2
+
3
+ Ini adalah tugas yang mengambil dan menjalankan skenario yang sudah kadaluarsa dari [antrian tertunda](../concept/pending-queue.md).
4
+
5
+ ## Parameter
6
+
7
+ - Tag
8
+ - Menetapkan tag yang akan dilampirkan ke skenario.
9
+ - WaitFor
10
+ - Menetapkan waktu berapa lama skenario yang sudah kadaluarsa akan menunggu untuk terjadi.
11
+ - Satuannya adalah milidetik.
12
+ - Jika '-1' diatur, akan menunggu skenario yang sudah kadaluarsa tanpa batas waktu.
13
+ - Meskipun menunggu pemilihan skenario, tugas akan berakhir ketika skenario yang sesuai berakhir.
@@ -0,0 +1,13 @@
1
+ # pick-pending-scenario
2
+
3
+ 这是一个从[挂起队列](../concept/pending-queue.md)中检索并执行已过期场景的任务。
4
+
5
+ ## 参数
6
+
7
+ - 标签
8
+ - 设置要附加到场景的标签。
9
+ - 等待
10
+ - 设置已过期场景等待发生的时间。
11
+ - 单位是毫秒。
12
+ - 设置为'-1'将无限期等待已过期场景。
13
+ - 即使等待场景选择,当相应的场景结束时,任务也将结束。
@@ -0,0 +1,16 @@
1
+ # publish
2
+
3
+ これはsubscription APIを介して要求されたすべてのSubscriberにデータをブロードキャストするタスクです。
4
+
5
+ クライアントアプリケーションでデータサブスクリプションを要求する方法は以下の通りです。
6
+
7
+ - ボードUIを介してSubscriberを通じて要求できます。
8
+ - wss://[server host:port]/subscription APIを介してsubscribeを要求できます。
9
+
10
+ ## パラメータ
11
+
12
+ - [アクセサ](../concept/data-accessor.md)
13
+ - シナリオ内のステップ名で、ブロードキャストしたいデータを指定します。
14
+ - タグ
15
+ - データをブロードキャストする際には、タグを付けて送る必要があります。
16
+ - Subscriberもデータをsubscribeする際には、受け取りたいタグを設定して、該当のタグが付いたブロードキャストだけを受信できます。
@@ -0,0 +1,16 @@
1
+ # publish
2
+
3
+ subscription API를 통해서 요청된 모든 Subscriber에게 데이타를 브로드캐스트하는 태스크이다.
4
+
5
+ 클라이언트 어플리케이션에서 data subscription을 요청하는 방법은
6
+
7
+ - Board UI에서 subscriber를 통해서 요청할 수 있다.
8
+ - wss://[server host:port]/subscription API를 통해서 subscribe 요청할 수 있다.
9
+
10
+ ## parameters
11
+
12
+ - [accessor](../concept/data-accessor.md)
13
+ - 시나리오 내의 하나의 스텝이름으로, 브로드캐스트하고자 하는 데이타를 지정한다.
14
+ - tag
15
+ - 데이타를 브로드캐스트할 때 태그를 부여해서 보내야한다.
16
+ - subscriber들도 data를 subscribe할 때, 받고자 하는 테그를 설정하여, 해당 태그가 부여된 브로드캐스트만 받을 수 있다.
@@ -1,16 +1,16 @@
1
1
  # publish
2
2
 
3
- subscription API를 통해서 요청된 모든 Subscriber에게 데이타를 브로드캐스트하는 태스크이다.
3
+ This is a task that broadcasts data to all Subscribers requested through the subscription API.
4
4
 
5
- 클라이언트 어플리케이션에서 data subscription 요청하는 방법은
5
+ Ways to request data subscription in client applications include:
6
6
 
7
- - Board UI에서 subscriber를 통해서 요청할 있다.
8
- - wss://[server host:port]/subscription API를 통해서 subscribe 요청할 수 있다.
7
+ - It can be requested through the Board UI via subscribers.
8
+ - Subscription requests can be made through the wss://[server host:port]/subscription API.
9
9
 
10
- ## parameters
10
+ ## Parameters
11
11
 
12
- - [accessor](../concept/data-accessor.md)
13
- - 시나리오 내의 하나의 스텝이름으로, 브로드캐스트하고자 하는 데이타를 지정한다.
14
- - tag
15
- - 데이타를 브로드캐스트할 태그를 부여해서 보내야한다.
16
- - subscriber들도 data를 subscribe 때, 받고자 하는 테그를 설정하여, 해당 태그가 부여된 브로드캐스트만 받을 수 있다.
12
+ - [Accessor](../concept/data-accessor.md)
13
+ - As a step name within the scenario, specifies the data to be broadcast.
14
+ - Tag
15
+ - When broadcasting data, it is necessary to attach a tag.
16
+ - When subscribers subscribe to data, they can receive only broadcasts with the specified tag.
@@ -0,0 +1,16 @@
1
+ # publish
2
+
3
+ Ini adalah tugas yang menyiarkan data ke semua Subscriber yang diminta melalui subscription API.
4
+
5
+ Cara untuk meminta langganan data dalam aplikasi klien termasuk:
6
+
7
+ - Ini dapat diminta melalui Board UI melalui subscriber.
8
+ - Permintaan langganan dapat dilakukan melalui wss://[server host:port]/subscription API.
9
+
10
+ ## Parameter
11
+
12
+ - [Aksesori](../concept/data-accessor.md)
13
+ - Sebagai nama langkah dalam skenario, menentukan data yang akan disiarkan.
14
+ - Tag
15
+ - Ketika menyiarkan data, perlu melampirkan tag.
16
+ - Ketika subscriber berlangganan data, mereka hanya dapat menerima siaran dengan tag yang ditentukan.
@@ -0,0 +1,16 @@
1
+ # publish
2
+
3
+ 这是一个通过subscription API向所有订阅者广播数据的任务。
4
+
5
+ 客户端应用程序请求数据订阅的方式包括:
6
+
7
+ - 可以通过Board UI通过订阅者请求。
8
+ - 可以通过wss://[server host:port]/subscription API进行订阅请求。
9
+
10
+ ## 参数
11
+
12
+ - [存取器](../concept/data-accessor.md)
13
+ - 作为场景中的步骤名称,指定要广播的数据。
14
+ - 标签
15
+ - 在广播数据时,需要附加标签。
16
+ - 当订阅者订阅数据时,他们只能接收具有指定标签的广播。
@@ -0,0 +1,13 @@
1
+ # random
2
+
3
+ これはランダムなデータを生成するタスクです。
4
+ 指定された形式のランダムなデータを指定された数だけ配列として生成します。
5
+
6
+ - ランダムデータの生成方法は[Chance Document](https://chancejs.com)に従います。
7
+
8
+ ## パラメータ
9
+
10
+ - フォーマット
11
+ - 生成されるランダムデータの形式を指定します。
12
+ - カウント
13
+ - 生成されるランダムデータの数を指定します。
@@ -0,0 +1,13 @@
1
+ # random
2
+
3
+ 무작위 데이터를 생성하는 태스크이다.
4
+ 지정된 형식(format)의 무작위 데이터를 지정된 갯수(count)만큼 배열로 생성한다.
5
+
6
+ - 무작위데이터 생성방법은 [Chance Document](https://chancejs.com)를 따른다.
7
+
8
+ ## parameters
9
+
10
+ - format
11
+ - 생성될 무작위 데이터의 형식을 지정한다.
12
+ - count
13
+ - 생성될 무작위 데이터의 갯수를 지정한다.
@@ -1,13 +1,13 @@
1
- # Random Task
1
+ # random
2
2
 
3
- 무작위 데이터를 생성하는 태스크이다.
4
- 지정된 형식(format)의 무작위 데이터를 지정된 갯수(count)만큼 배열로 생성한다.
3
+ This is a task that generates random data.
4
+ It generates an array of random data in the specified format for the specified count.
5
5
 
6
- - 무작위데이터 생성방법은 [Chance Document](https://chancejs.com)를 따른다.
6
+ - The method of generating random data follows the [Chance Document](https://chancejs.com).
7
7
 
8
- ## parameters
8
+ ## Parameters
9
9
 
10
- - format
11
- - 생성될 무작위 데이터의 형식을 지정한다.
12
- - count
13
- - 생성될 무작위 데이터의 갯수를 지정한다.
10
+ - Format
11
+ - Specifies the format of the randomly generated data.
12
+ - Count
13
+ - Specifies the number of randomly generated data.
@@ -0,0 +1,13 @@
1
+ # random
2
+
3
+ Ini adalah tugas yang menghasilkan data rawak.
4
+ Ia menghasilkan satu array data rawak dalam format yang ditentukan untuk bilangan yang ditentukan.
5
+
6
+ - Cara menghasilkan data rawak mengikuti [Dokumen Chance](https://chancejs.com).
7
+
8
+ ## Parameter
9
+
10
+ - Format
11
+ - Menentukan format data rawak yang akan dihasilkan.
12
+ - Count
13
+ - Menentukan bilangan data rawak yang akan dihasilkan.
@@ -0,0 +1,13 @@
1
+ # random
2
+
3
+ 这是一个生成随机数据的任务。
4
+ 它按照指定格式生成指定数量的随机数据数组。
5
+
6
+ - 生成随机数据的方法遵循[Chance Document](https://chancejs.com)。
7
+
8
+ ## 参数
9
+
10
+ - 格式
11
+ - 指定生成的随机数据的格式。
12
+ - 数量
13
+ - 指定生成的随机数据的数量。
@@ -1,4 +1,4 @@
1
- # スクリプト
1
+ # script
2
2
 
3
3
  これは JavaScript 構文で書かれたスクリプトを実行し、その結果を返すタスクです。
4
4
 
@@ -1,4 +1,4 @@
1
- # Script
1
+ # script
2
2
 
3
3
  Javascript Syntax로 작성된 script를 실행하여 그 결과를 리턴하는 태스크이다.
4
4
 
@@ -1,4 +1,4 @@
1
- # Script
1
+ # script
2
2
 
3
3
  This is a task that executes a script written in JavaScript syntax and returns the result.
4
4
 
@@ -1,4 +1,4 @@
1
- # Tugasan Skrip
1
+ # script
2
2
 
3
3
  Ini adalah tugas yang menjalankan skrip yang ditulis dalam sintaks JavaScript dan mengembalikan hasil.
4
4
 
@@ -1,4 +1,4 @@
1
- # 脚本
1
+ # script
2
2
 
3
3
  这是一个执行 JavaScript 语法脚本并返回结果的任务。
4
4
 
@@ -0,0 +1,25 @@
1
+ # set-domain
2
+
3
+ 現在のシナリオのコンテキスト上のドメインを変更します。
4
+
5
+ ## コンテキストドメインの活用例
6
+
7
+ - コンテキスト上のドメインはスクリプトタスクからアクセスできます。
8
+
9
+ ```javascript
10
+ const { timezone } = this.domain
11
+ ...
12
+ ```
13
+
14
+ - local-graphql-mutate、local-graphql-queryのデフォルトドメインに設定されます。
15
+
16
+ - 他のすべてのタスクがドメインを参照する場合、基本的にはこのコンテキスト上のドメインを参照します。
17
+
18
+ ## パラメータ
19
+
20
+ - サブドメイン
21
+ - 変更したい対象のドメインのサブドメインの値を入力します。
22
+
23
+ ## 戻り値
24
+
25
+ - 変更前のドメインのサブドメインの値を返します。
@@ -0,0 +1,25 @@
1
+ # set-domain
2
+
3
+ 현재 시나리오의 컨텍스트상의 도메인을 변경한다.
4
+
5
+ ## 컨텍스트 도메인의 활용 예시
6
+
7
+ - 컨텍스트상의 도메인은 스크립트 태스크에서 접근할 수 있다.
8
+
9
+ ```
10
+ const { timezone } = this.domain
11
+ ...
12
+ ```
13
+
14
+ - local-graphql-mutate, local-graphql-query의 기본 도메인으로 설정된다.
15
+
16
+ - 기타 모든 태스크에서 도메인을 참조한다면, 기본적으로 이 컨텍스트상의 도메인을 참조한다.
17
+
18
+ ## parameters
19
+
20
+ - subdomain
21
+ - 변경하고자하는 대상 도메인의 서브도메인 값을 입력한다.
22
+
23
+ ## return
24
+
25
+ - 변경되기 이전 도메인의 subdomain 값을 리턴한다.
@@ -1,25 +1,25 @@
1
- # set-domain 태스크
1
+ # set-domain
2
2
 
3
- 현재 시나리오의 컨텍스트상의 도메인을 변경한다.
3
+ Changes the domain in the current scenario's context.
4
4
 
5
- ## 컨텍스트 도메인의 활용 예시
5
+ ## Examples of Using Context Domain
6
6
 
7
- - 컨텍스트상의 도메인은 스크립트 태스크에서 접근할 있다.
7
+ - The domain in the context can be accessed in script tasks.
8
8
 
9
- ```
9
+ ```javascript
10
10
  const { timezone } = this.domain
11
11
  ...
12
12
  ```
13
13
 
14
- - local-graphql-mutate, local-graphql-query의 기본 도메인으로 설정된다.
14
+ - It is set as the default domain for local-graphql-mutate and local-graphql-query.
15
15
 
16
- - 기타 모든 태스크에서 도메인을 참조한다면, 기본적으로 컨텍스트상의 도메인을 참조한다.
16
+ - If all other tasks refer to the domain, they essentially refer to this context domain by default.
17
17
 
18
- ## parameters
18
+ ## Parameters
19
19
 
20
- - subdomain
21
- - 변경하고자하는 대상 도메인의 서브도메인 값을 입력한다.
20
+ - Subdomain
21
+ - Enter the value of the subdomain of the target domain to be changed.
22
22
 
23
- ## return
23
+ ## Return
24
24
 
25
- - 변경되기 이전 도메인의 subdomain 값을 리턴한다.
25
+ - Returns the subdomain value of the domain before the change.
@@ -0,0 +1,25 @@
1
+ # set-domain
2
+
3
+ Mengubah domain dalam konteks skenario saat ini.
4
+
5
+ ## Contoh Penggunaan Domain Konteks
6
+
7
+ - Domain dalam konteks dapat diakses dalam tugas skrip.
8
+
9
+ ```javascript
10
+ const { timezone } = this.domain
11
+ ...
12
+ ```
13
+
14
+ - Ini diatur sebagai domain default untuk local-graphql-mutate dan local-graphql-query.
15
+
16
+ - Jika semua tugas lain merujuk ke domain, secara prinsip mereka merujuk ke domain konteks ini secara default.
17
+
18
+ ## Parameter
19
+
20
+ - Subdomain
21
+ - Masukkan nilai subdomain dari domain target yang ingin diubah.
22
+
23
+ ## Kembali
24
+
25
+ - Mengembalikan nilai subdomain dari domain sebelum perubahan.
@@ -0,0 +1,25 @@
1
+ # set-domain
2
+
3
+ 更改当前场景上下文中的域。
4
+
5
+ ## 上下文域的使用示例
6
+
7
+ - 上下文中的域可以在脚本任务中访问。
8
+
9
+ ```javascript
10
+ const { timezone } = this.domain
11
+ ...
12
+ ```
13
+
14
+ - 它被设置为local-graphql-mutate和local-graphql-query的默认域。
15
+
16
+ - 如果所有其他任务引用域,则它们基本上默认引用此上下文域。
17
+
18
+ ## 参数
19
+
20
+ - 子域
21
+ - 输入要更改的目标域的子域值。
22
+
23
+ ## 返回
24
+
25
+ - 返回更改之前域的子域值。
@@ -0,0 +1,8 @@
1
+ # sleep
2
+
3
+ 'sleep'パラメーターで指定された期間待機し、指定された時間が経過すると次のタスクに移動します。
4
+
5
+ ## パラメータ
6
+
7
+ - 期間
8
+ - 待機する時間を設定します。単位はミリ秒(ms)です。