Skip to main content

Module client

Module client 

Source
Expand description

High-level gRPC client for the Stepflow orchestrator.

Structs§

ComponentInfo
A single registered component returned by StepflowClient::list_components.
FlowVariable
A variable definition returned by StepflowClient::get_flow_variables.
ListComponentsResult
Result of StepflowClient::list_components.
RunStatus
Run status returned by StepflowClient::get_run and StepflowClient::run.
StepflowClient
High-level client for interacting with the Stepflow orchestrator.

Type Aliases§

StatusEventStream
A streaming response of stepflow_proto::StatusEvents from StepflowClient::status_events.