update info text

This commit is contained in:
Hiroyasu Nishiyama
2019-06-07 21:39:12 +09:00
parent f8dd68ecc4
commit 6587d12fbd
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
<p>Optionally, the node can be set to stop evaluating rules once it finds one
that matches.</p>
<p>The rules can be evaluated against an individual message property, a flow or global
context property or the result of a JSONata expression.</p>
context property, environment variable or the result of a JSONata expression.</p>
<h4>Rules</h4>
<p>There are four types of rule:</p>
<ol>

View File

@@ -19,7 +19,7 @@
<h3>詳細</h3>
<p>受信したメッセージに対し指定されたルールを順に評価しマッチしたルールに対応する出力ポートにメッセージを送出します</p>
<p>最初にルールがマッチしたところで評価を止めることも可能です</p>
<p>評価ルールにはメッセージプロパティフローコンテキスト/グローバルコンテキストのプロパティJSONata式の評価結果が利用できます</p>
<p>評価ルールにはメッセージプロパティフローコンテキスト/グローバルコンテキストのプロパティ環境変数JSONata式の評価結果が利用できます</p>
<h4>ルール</h4>
<p>振り分けルールは以下の4つに分類されます</p>
<ol>