transform

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

Sets the transform block of the workflow.

Parameters

block

The block to be set.