WorkflowHandle

interface WorkflowHandle<Res>

Functions

Link copied to clipboard
open fun attach(): Response<Res>
Attach to a running workflow, waiting for its output.
open fun attach(options: RequestOptions): Response<Res>
Like attach, with request options.
Link copied to clipboard
Future version of attach
Future version of attach, with options.
Link copied to clipboard
Get the output of a workflow.
Like getOutput, with request options.
Link copied to clipboard
Future version of getOutput
Future version of getOutput, with options.