Skip to content

WorkflowFunctionResponse

← All HTTP schemas

Wire-safe view of a registered function node.

Shape: object

Property Required Type Description Rules
name yes string The function’s unique name.
description no string The short description of what the function does.
inputType yes string The display name of the CLR type the function accepts.
outputType yes string The display name of the CLR type the function returns.