Versions in this module Expand all Collapse all v3 v3.0.0 Jan 10, 2023 Changes in this version + func CommandName(cmd any) (string, error) + func InitCommand(name string) (any, error) + type ActivityInfo struct + Name string + type Cancel struct + CommandIDs []uint64 + type CancelExternalWorkflow struct + Namespace string + RunID string + WorkflowID string + type CancelWorkflow struct + RunID string + type CompleteWorkflow struct + type Context struct + Replay bool + TaskQueue string + TickTime string + func (ctx Context) IsEmpty() bool + type ContinueAsNew struct + Name string + Options struct{ ... } + type DestroyWorkflow struct + RunID string + type ExecuteActivity struct + Name string + Options bindings.ExecuteActivityOptions + func (cmd ExecuteActivity) ActivityParams(env bindings.WorkflowEnvironment, payloads *commonpb.Payloads, ...) bindings.ExecuteActivityParams + type ExecuteChildWorkflow struct + Name string + Options bindings.WorkflowOptions + func (cmd ExecuteChildWorkflow) WorkflowParams(env bindings.WorkflowEnvironment, payloads *commonpb.Payloads, ...) bindings.ExecuteWorkflowParams + type ExecuteLocalActivity struct + Name string + Options ExecuteLocalActivityOptions + func (cmd ExecuteLocalActivity) LocalActivityParams(env bindings.WorkflowEnvironment, fn any, payloads *commonpb.Payloads, ...) bindings.ExecuteLocalActivityParams + type ExecuteLocalActivityOptions struct + RetryPolicy *commonpb.RetryPolicy + ScheduleToCloseTimeout time.Duration + StartToCloseTimeout time.Duration + type GetChildWorkflowExecution struct + ID uint64 + type GetStackTrace struct + RunID string + type GetVersion struct + ChangeID string + MaxSupported int + MinSupported int + type GetWorkerInfo struct + RRVersion string + type InvokeActivity struct + HeartbeatDetails int + Info activity.Info + Name string + type InvokeLocalActivity struct + Info activity.Info + Name string + type InvokeQuery struct + Name string + RunID string + type InvokeSignal struct + Name string + RunID string + type Message struct + Command any + Failure *failure.Failure + Header *commonpb.Header + ID uint64 + Payloads *commonpb.Payloads + func (msg *Message) IsCommand() bool + func (msg *Message) Reset() + type NewTimer struct + Milliseconds int + func (cmd NewTimer) ToDuration() time.Duration + type Panic struct + Message string + type SideEffect struct + type SignalExternalWorkflow struct + ChildWorkflowOnly bool + Namespace string + RunID string + Signal string + WorkflowID string + type StartWorkflow struct + Info *workflow.Info + LastCompletion int + type UpsertWorkflowSearchAttributes struct + SearchAttributes map[string]any + type WorkerInfo struct + Activities []ActivityInfo + Options worker.Options + TaskQueue string + Workflows []WorkflowInfo + type WorkflowInfo struct + Name string + Queries []string + Signals []string Other modules containing this package github.com/temporalio/roadrunner-temporal github.com/temporalio/roadrunner-temporal/v2 github.com/temporalio/roadrunner-temporal/v4 github.com/temporalio/roadrunner-temporal/v5