signOff

fun signOff(block: suspend (Request) -> Request)

Adds a sign off block to the workflow.

Parameters

block

The block to be added.