본문으로 건너뛰기

CodeNodeConfig

Settings that control Code Node. The required field is source.

languageLanguage (string)

Possible values: [python, javascript]

기본값: python
sourceSource (string)필수
input_mappings object
property name*string
outputs object
property name*any
기본값: {}
timeoutTimeout (integer)
기본값: 30
dependenciesstring[]
기본값: []
CodeNodeConfig
{
"language": "python",
"source": "string",
"input_mappings": {},
"outputs": {},
"timeout": 30,
"dependencies": [
"string"
]
}