configure method

  1. @override
Step configure()
override

Composes Steps into one unit to enable more modular and understandable workflows.

Has to return a Step.

Implementation

@override
Step configure() => condition ? child : Skipped();