Workflow
Class representing a workflow.
Functions
Link copied to clipboard
Link copied to clipboard
Sends a request and returns the response.
Link copied to clipboard
Starts the workflow with a default request.
Starts the workflow with a block that allow to set attributes in FlowContext.
suspend fun start(request: HttpRequest, context: SharedContext = SharedContext(mutableMapOf())): Node
Starts the workflow with the provided request.