process

abstract suspend fun process(node: Node): Boolean(source)

Executes the node's primary work. Called by the default onInvoke implementation on NodeAction.EXECUTE.

Return

true if the node should cascade to its configured targets after this call completes; false to suppress the cascade.