init

fun init(block: suspend () -> Unit)

Adds an initialization block to the workflow.

Parameters

block

The block to be added.