common/steps/atomics library
Classes
- Bubble
- A Bubble is a Step that consists of running a builder function, and its returned Step, until it receives the prompt to stop. Then it will run the candidate it got on the execution of itself.
- ConfigureStep
- A ConfigureStep will build it's configure() function into the smallest parts and executes them.
- Step
- Blueprint of the atomic representation of a step inside of workflows.