Human-readable description of what the command does, shown alongside the name in the workflow builder.
OptionalerrorJSON Schema describing the shape of an error output. null if the command does not produce structured error data.
OptionalexpectedJSON Schema describing the input the command expects. null if the command takes no input.
Unique string identifier for the command, used to reference it in workflow node configurations.
Human-readable display name for the command shown in the workflow builder.
OptionalsuccessJSON Schema describing the shape of a successful output. null if the command produces no output on success.
A workflow command that a workflow node can invoke, including its identifier, human-readable name, and JSON schemas for its inputs and outputs.