start

fun start(block: suspend FlowContext.(Request) -> Request)

Adds a start block to the workflow.

Parameters

block

The block to be added.