Flow Screen Components vs. Flow Action Components

You can make your Aura component available in flow screens or as a flow action. When choosing between the flow interfaces, consider what purpose the component serves in the flow.

For this use case…Create a…
Provide UI for the user to interact withFlow screen component
Update the screen in real timeFlow screen component
Prevent the flow from continuing until the component is doneFlow action component
Make direct data queries to on-premise or private cloud dataFlow action component

See Also