mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
update info text
This commit is contained in:
parent
f8dd68ecc4
commit
6587d12fbd
@ -22,7 +22,7 @@
|
|||||||
<p>Optionally, the node can be set to stop evaluating rules once it finds one
|
<p>Optionally, the node can be set to stop evaluating rules once it finds one
|
||||||
that matches.</p>
|
that matches.</p>
|
||||||
<p>The rules can be evaluated against an individual message property, a flow or global
|
<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>
|
<h4>Rules</h4>
|
||||||
<p>There are four types of rule:</p>
|
<p>There are four types of rule:</p>
|
||||||
<ol>
|
<ol>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<h3>詳細</h3>
|
<h3>詳細</h3>
|
||||||
<p>受信したメッセージに対し、指定されたルールを順に評価し、マッチしたルールに対応する出力ポートにメッセージを送出します。</p>
|
<p>受信したメッセージに対し、指定されたルールを順に評価し、マッチしたルールに対応する出力ポートにメッセージを送出します。</p>
|
||||||
<p>最初にルールがマッチしたところで評価を止めることも可能です。</p>
|
<p>最初にルールがマッチしたところで評価を止めることも可能です。</p>
|
||||||
<p>評価ルールには、メッセージプロパティ、フローコンテキスト/グローバルコンテキストのプロパティ、JSONata式の評価結果が利用できます。</p>
|
<p>評価ルールには、メッセージプロパティ、フローコンテキスト/グローバルコンテキストのプロパティ、環境変数、JSONata式の評価結果が利用できます。</p>
|
||||||
<h4>ルール</h4>
|
<h4>ルール</h4>
|
||||||
<p>振り分けルールは以下の4つに分類されます。</p>
|
<p>振り分けルールは以下の4つに分類されます。</p>
|
||||||
<ol>
|
<ol>
|
||||||
|
Loading…
Reference in New Issue
Block a user