ErrorNode

data class ErrorNode(val context: FlowContext, val input: JsonObject = buildJsonObject { }, val message: String) : Node

Represents a failure node in the workflow.

Constructors

Link copied to clipboard
constructor(context: FlowContext, input: JsonObject = buildJsonObject { }, message: String)

Properties

Link copied to clipboard
Link copied to clipboard
val input: JsonObject

The input JSON object.

Link copied to clipboard

The failure message.