Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
workflow, err := client.Workflows.Create(ctx, "Scene processing", workflows.WithDescription("Process new scenes into analysis-ready outputs."), )
func (workflowClient) Create( ctx context.Context, name string, options ...workflows.WorkflowOption, ) (*workflows.Workflow, error)
Was this page helpful?