HumanInputNodeConfig
promptPrompt (string)required
input_fields object[]
Array [
nameName (string)required
typeType (string)required
Possible values: [string, number, boolean, text, select]
descriptionDescription (string)
Default value:
requiredRequired (boolean)
Default value:
trueoptionsstring[]
Default value:
[]]
timeoutTimeout (integer)
Default value:
86400assigneesstring[]
Default value:
[]on_timeoutOn Timeout (string)
Possible values: [approve, reject, error]
Default value:
errorHumanInputNodeConfig
{
"prompt": "string",
"input_fields": [
{
"name": "string",
"type": "string",
"description": "",
"required": true,
"options": [
"string"
]
}
],
"timeout": 86400,
"assignees": [
"string"
],
"on_timeout": "error"
}