MCPcopy Create free account
hub / github.com/astercloud/aster / ParallelStep

Struct ParallelStep

pkg/workflow/step.go:489–495  ·  view source on GitHub ↗

===== ParallelStep =====

Source from the content-addressed store, hash-verified

487// ===== ParallelStep =====
488
489type ParallelStep struct {
490 id string
491 name string
492 description string
493 steps []Step
494 config *StepConfig
495}
496
497func NewParallelStep(name string, steps ...Step) *ParallelStep {
498 return &ParallelStep{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected