VariableNodeConfig
Settings that control Variable Node. The required field is operations.
operations object[]필수
Array [
actionAction (string)필수
Possible values: [set, append, merge, increment, decrement, delete]
variableVariable (string)필수
valueValue
]
VariableNodeConfig
{
"operations": [
{
"action": "set",
"variable": "string"
}
]
}