Skip to main content
Version: Next

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: true
    optionsstring[]
    Default value: []
  • ]
  • timeoutTimeout (integer)
    Default value: 86400
    assigneesstring[]
    Default value: []
    on_timeoutOn Timeout (string)

    Possible values: [approve, reject, error]

    Default value: error
    HumanInputNodeConfig
    {
    "prompt": "string",
    "input_fields": [
    {
    "name": "string",
    "type": "string",
    "description": "",
    "required": true,
    "options": [
    "string"
    ]
    }
    ],
    "timeout": 86400,
    "assignees": [
    "string"
    ],
    "on_timeout": "error"
    }