pipeline format

The pypyr pipeline format is simple, human-readable yaml.

titledescription
pipeline structureThe format & structure of a pipeline.
commentAnnotations for pipeline authors.
decoratorsSelectively run, skip, repeat, loop & handle errors on individual steps.
descriptionDescriptive text that prints to output when step runs.
foreachRepeat step for each item in list.
inAdd arguments to context for the current step.
onErrorAdd custom error data on step error.
retryRetry step until it succeeds.
runRun this step only if condition True.
skipSkip this step if condition True.
swallowSwallow step error & continue with pipeline.
whileRepeat step until stop condition is True or up to the maximum iteration count.
last updated on .