Documentation
¶
Overview ¶
Package client dispatches notebook cell runs to the warm, long-lived per-notebook Temporal workflow via update-with-start.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) RunCell ¶
func (c *Client) RunCell(ctx context.Context, req RunCellRequest) (*RunCellResponse, error)
RunCell dispatches a cell run to the notebook's warm workflow, starting the workflow if it isn't already running. It blocks only until the "run-cell" update handler completes (the run is created + enqueued), not until the run finishes — so the HTTP caller returns fast.
type RunCellRequest ¶
type RunCellResponse ¶
Click to show internal directories.
Click to hide internal directories.