next

fun next(block: suspend FlowContext.(ContinueNode, Request) -> Request)

Adds a next block to the workflow.

Parameters

block

The block to be added.