FailureNode

data class FailureNode(val cause: Throwable) : Node

Represents an error node in the workflow.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard

The cause of the error.