78
"RespondNexusTaskCompleted": func() any { return &workflowservice.RespondNexusTaskCompletedResponse{} },
79
"RespondNexusTaskFailed": func() any { return &workflowservice.RespondNexusTaskFailedResponse{} },
80
>
"SignalWithStartWorkflowExecution": func() any { return &workflowservice.SignalWithStartWorkflowExecutionResponse{} },
redirection.go
81
"SignalWorkflowExecution": func() any { return &workflowservice.SignalWorkflowExecutionResponse{} },
82
"StartWorkflowExecution": func() any { return &workflowservice.StartWorkflowExecutionResponse{} },