Versions in this module Expand all Collapse all v1 v1.16.5 Nov 11, 2025 v1.16.4 Nov 11, 2025 v1.16.3 Oct 31, 2025 Changes in this version + func Purge(ctx context.Context, opts PurgeOptions) error + func RaiseEvent(ctx context.Context, opts RaiseEventOptions) error + func ReRun(ctx context.Context, opts ReRunOptions) (string, error) + func Resume(ctx context.Context, opts ResumeOptions) error + func Run(ctx context.Context, opts RunOptions) (string, error) + func Suspend(ctx context.Context, opts SuspendOptions) error + func Terminate(ctx context.Context, opts TerminateOptions) error + type DBOptions struct + AppID string + ConnectionString *string + Driver string + Namespace string + TableName *string + type Filter struct + MaxAge *time.Time + Name *string + Status *string + Terminal bool + type HistoryOptions struct + AppID string + InstanceID string + KubernetesMode bool + Namespace string + type HistoryOutputShort struct + Details string + Elapsed string + EventID string + Name string + Status string + Type string + func HistoryShort(ctx context.Context, opts HistoryOptions) ([]*HistoryOutputShort, error) + type HistoryOutputWide struct + AppID string + Attrs *string + Details *string + Elapsed string + EventID *int32 + ExecutionID *string + Name *string + Namespace string + Play int + Router *string + Status string + Timestamp time.Time + Type string + func HistoryWide(ctx context.Context, opts HistoryOptions) ([]*HistoryOutputWide, error) + type ListOptions struct + AppID string + ConnectionString *string + Filter Filter + KubernetesMode bool + Namespace string + TableName *string + type ListOutputShort struct + Age string + AppID string + CustomStatus string + InstanceID string + Name string + Namespace string + RuntimeStatus string + func ListShort(ctx context.Context, opts ListOptions) ([]*ListOutputShort, error) + type ListOutputWide struct + AppID string + Created time.Time + CustomStatus string + FailureMessage string + InstanceID string + LastUpdate time.Time + Name string + Namespace string + RuntimeStatus string + func ListWide(ctx context.Context, opts ListOptions) ([]*ListOutputWide, error) + type PurgeOptions struct + All bool + AllOlderThan *time.Time + AppID string + ConnectionString *string + InstanceIDs []string + KubernetesMode bool + Namespace string + SchedulerNamespace string + TableName *string + type RaiseEventOptions struct + AppID string + Input *string + InstanceID string + KubernetesMode bool + Name string + Namespace string + type ReRunOptions struct + AppID string + EventID uint32 + Input *string + InstanceID string + KubernetesMode bool + Namespace string + NewInstanceID *string + type ResumeOptions struct + AppID string + InstanceID string + KubernetesMode bool + Namespace string + Reason string + type RunOptions struct + AppID string + Input *string + InstanceID *string + KubernetesMode bool + Name string + Namespace string + StartTime *time.Time + type SuspendOptions struct + AppID string + InstanceID string + KubernetesMode bool + Namespace string + Reason string + type TerminateOptions struct + AppID string + InstanceID string + KubernetesMode bool + Namespace string + Output *string