0.0.6 • Published 1 year ago
@nanoservice-ts/if-else v0.0.6
Configuration Options
The IfElse node allows you to have a conditional statement and call other nodes depending on the conditions
Node properties
Required properties
conditions(array): List of conditions to checktype(string if | else): type of the conditioncondition(string): The condition string to be checkedsteps(array): List of steps to execute if the condition is true
Usage/Examples
Step Configuration
{
"name": "if-else",
"node": "if-else@1.0.0",
"type": "local"
}Node Configuration
"if-else": {
"conditions": [
{
"type": "if",
"condition": "data !== undefined",
"steps": []
},
{
"type": "else",
"steps": []
}
]
}0.0.33
10 months ago
0.0.32
10 months ago
0.0.31
10 months ago
0.0.30
10 months ago
0.0.29
10 months ago
0.0.28
10 months ago
0.0.27
10 months ago
0.0.26
10 months ago
0.0.25
11 months ago
0.0.24
12 months ago
0.0.23
1 year ago
0.0.22
1 year ago
0.0.21
1 year ago
0.0.20
1 year ago
0.0.19
1 year ago
0.0.18
1 year ago
0.0.17
1 year ago
0.0.16
1 year ago
0.0.15
1 year ago
0.0.14
1 year ago
0.0.13
1 year ago
0.0.12
1 year ago
0.0.11
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago