Versions in this module Expand all Collapse all v0 v0.1.1 Apr 22, 2026 v0.1.0 Apr 14, 2026 Changes in this version + var TaskDescriptor = &types.TaskDescriptor + var TaskName = "run_task_matrix" + func NewTask(ctx *types.TaskContext, options *types.TaskOptions) (types.Task, error) + type Config struct + FailureThreshold uint64 + IgnoreResult bool + InvertResult bool + MatrixValues []any + MatrixVar string + RunConcurrent bool + StopOnThreshold bool + SuccessThreshold uint64 + Task *helper.RawMessageMasked + func DefaultConfig() Config + func (c *Config) IsRunConcurrent() bool + func (c *Config) Validate() error + type Task struct + func (t *Task) Config() interface{} + func (t *Task) Execute(ctx context.Context) error + func (t *Task) LoadConfig() error + func (t *Task) Timeout() time.Duration