設定
条件
各条件は3つの部分で構成されます:
+ Add Conditionをクリックして複数の条件を追加します。Join withドロップダウンを使用して、条件の結合方法を定義します:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Claude Sonnet 5 is now available at an introductory price through August 31, 2026. See Model Pricing
1つ以上の条件に基づいてワークフローを分岐します。
| フィールド | 説明 |
|---|---|
| Variable | 評価する変数。使用可能なワークフロー変数から選択します。 |
| Type & Comparison | 適用するデータ型と比較演算子。 |
| Value | 比較対象の値。変数を選択するか、値を直接入力します。 |
| オプション | 説明 |
|---|---|
| AND | Trueブランチが実行されるには、すべての条件を満たす必要があります。 |
| OR | いずれか1つの条件を満たせば、Trueブランチが実行されます。 |
| タイプ | 使用可能な比較 |
|---|---|
| String | exists、does not exist、is empty、is not empty、is equal to、is not equal to、contains、does not contain、starts with、does not start with、ends with、does not end with、matches regex、does not match regex |
| Number | exists、does not exist、is empty、is not empty、is equal to、is not equal to、is greater than、is less than、is greater than or equal to、is less than or equal to |
| Date & Time | exists、does not exist、is empty、is not empty、is equal to、is not equal to、is after、is before、is after or equal to、is before or equal to |
| Boolean | exists、does not exist、is empty、is not empty、is true、is false、is equal to、is not equal to |
| Array | exists、does not exist、is empty、is not empty、contains、does not contain、length equal to、length not equal to、length greater than、length less than、length greater than or equal to、length less than or equal to |
| Object | exists、does not exist、is empty、is not empty |
| ブランチ | 説明 |
|---|---|
| True | 条件が満たされた場合に実行されるステップに接続します。 |
| False | 条件が満たされなかった場合に実行されるステップに接続します。 |
このページは役に立ちましたか?