Branch
このコンテンツはまだ日本語訳がありません。
Conditional execution node for branching workflows.
If condition is true, execution goes to Then, otherwise it goes to Otherwise.
Inputs
Section titled “Inputs”| Port | Description |
|---|---|
| Boolean input that determines which branch to execute. |
Outputs
Section titled “Outputs”| Port | Description |
|---|---|
| Executes the ‘Then’ branch when the condition is true. | |
| Executes the ‘Otherwise’ branch when the condition is false. |
ID: core/branch@v1