Module step

Source
Expand description

Allows stepped tasks

Structs§

StepBuilder
A type that allows building the steps order
StepRequest
Represents a specific step
StepService
Represents the tower service holding the different steps

Enums§

GoTo
Allows control of the next step
StepError
Errors encountered while stepping through jobs

Traits§

Step
Helper trait for building new steps from StepBuilder
StepFn
Helper trait for building new steps from StepBuilder
StepIndex
A helper trait for planning the step index TODO: This will need to be improved to offer more flexibility
StepWorkerFactory
Helper trait for building new Workers from WorkerBuilder
SteppableStorage
Helper trait that transforms a storage with stepping capability