Home > @momentum-design/builder > AssetsBuilder > runFlowSteps

AssetsBuilder.runFlowSteps() method

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Run the flow steps after each other

Signature:

runFlowSteps(flow: Flow): Promise<this>;

Parameters

ParameterTypeDescription
flowFlowflow to run through

Returns:

Promise<this>

Promise of this