0.0.33 • Published 1 year ago

@nanoservice-ts/if-else v0.0.33

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

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 check
    • type (string if | else): type of the condition
    • condition (string): The condition string to be checked
    • steps (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

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.30

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year 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