Expand description
High-level gRPC client for the Stepflow orchestrator.
Structs§
- Component
Info - A single registered component returned by
StepflowClient::list_components. - Flow
Variable - A variable definition returned by
StepflowClient::get_flow_variables. - List
Components Result - Result of
StepflowClient::list_components. - RunStatus
- Run status returned by
StepflowClient::get_runandStepflowClient::run. - Stepflow
Client - High-level client for interacting with the Stepflow orchestrator.
Type Aliases§
- Status
Event Stream - A streaming response of
stepflow_proto::StatusEvents fromStepflowClient::status_events.