Choice
Functionality to pause a flow and await user input.
Actions
Choice
Pause a flow and await user response before continuing.
Input
Name | Description | Type | Required | Syntax |
---|---|---|---|---|
question | input | False | False | |
publicAccess | checkbox | False | False | |
publicUserAccessToken | input | False | False | |
authorization | json-input | False | False | |
expiry | input | False | False |
Output
Name | Description | Type | always_present | values |
---|---|---|---|---|
result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
Choice Clean
Cleans up answers within the choice database after they expire.
Output
Name | Description | Type | always_present | values |
---|---|---|---|---|
result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |