SuccessNode

data class SuccessNode(val input: JsonObject = buildJsonObject {}, val session: Session) : Node

Represents a success node in the workflow.

Constructors

Link copied to clipboard
constructor(input: JsonObject = buildJsonObject {}, session: Session)

Properties

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

The session associated with the success.