[Phase 1.2] Temporal SDK client, worker mgmt, k8s deployments #10

Merged
rock merged 11 commits from task/1-2-activity-registry into main 2026-09-09 00:03:11 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit e15a535d82 - Show all commits
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -26,7 +26,7 @@ func LLMTestWorkflow(ctx workflow.Context, input LLMTestWorkflowInput) (string,
} }
var result activity.LLMInferenceOutput var result activity.LLMInferenceOutput
err := workflow.ExecuteActivity(actCtx, activity.LLMInferenceActivity, actInput).Get(actCtx, &result) err := workflow.ExecuteActivity(actCtx, "LLMInferenceActivity", actInput).Get(actCtx, &result)
if err != nil { if err != nil {
return "", err return "", err
} }