start

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

Adds a start block to the workflow.

Parameters

block

The block to be added.