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.
release, err := client.Workflows.PublishRelease(ctx, workflow.Slug, artifactID, &workflows.ReleaseContent{ Fingerprint: fingerprint, Tasks: []workflows.TaskIdentifier{workflows.NewTaskIdentifier("tilebox.com/tasks/ProcessScene", "v1.0")}, RunnerObjectPath: "worker.runner", }, )
func (workflowClient) PublishRelease( ctx context.Context, workflowSlug string, artifactID uuid.UUID, content *workflows.ReleaseContent, ) (*workflows.WorkflowRelease, error)
Was this page helpful?