Packages › trotsky › StepBuilderList › apply
StepBuilderList.apply() method
Applies the list processing logic, including pagination and execution of child steps for each item in the output.
Signature:
typescript
apply(): Promise<void>;
Returns:
Promise<void>
Exceptions
Error If applyPagination
is not implemented by a child class.