BeforeNodeHandler

fun interface BeforeNodeHandler(source)

Handler for intercepting node execution before it starts.

Functions

Link copied to clipboard
abstract suspend fun handle(eventContext: NodeBeforeExecuteContext)

Called before a node is executed.