Versions in this module Expand all Collapse all v1 v1.5.1 May 14, 2026 v1.5.0 May 13, 2026 Changes in this version + const WorkflowQueue + type Config struct + ClientConf temporal.Config + ComponentManagerRegistry *componentmanager.Registry + WorkerOptions map[string]worker.Options + func (c *Config) Build(ctx context.Context, updater task.TaskStatusUpdater) (executor.Executor, error) + func (c *Config) Validate() error + type Manager struct + func (m *Manager) CheckStatus(ctx context.Context, encodedExecutionID string) (taskcommon.TaskStatus, error) + func (m *Manager) Execute(ctx context.Context, req *task.ExecutionRequest) (*task.ExecutionResponse, error) + func (m *Manager) Start(ctx context.Context) error + func (m *Manager) Stop(ctx context.Context) error + func (m *Manager) TerminateTask(ctx context.Context, encodedExecutionID string, reason string) error + func (m *Manager) Type() taskcommon.ExecutorType