MCPcopy Create free account
hub / github.com/compozy/agh / StartTaskRun

Method StartTaskRun

internal/cli/client.go:4889–4895  ·  view source on GitHub ↗
(
	ctx context.Context,
	id string,
	request StartTaskRunRequest,
)

Source from the content-addressed store, hash-verified

4887}
4888
4889func (c *unixSocketClient) StartTaskRun(
4890 ctx context.Context,
4891 id string,
4892 request StartTaskRunRequest,
4893) (TaskRunRecord, error) {
4894 return c.taskRunAction(ctx, strings.TrimSpace(id), "start", request)
4895}
4896
4897func (c *unixSocketClient) AttachTaskRunSession(
4898 ctx context.Context,

Callers 1

Calls 1

taskRunActionMethod · 0.95

Tested by 1