transform

fun transform(block: suspend FlowContext.(HttpResponse) -> Node)

Sets the transform block of the workflow.

Parameters

block

The block to be set.