node

fun node(block: suspend FlowContext.(Node) -> Node)

Adds a node block to the workflow.

Parameters

block

The block to be added.