Skip to content

NormCopeland/auto-advance-screen-flow

Repository files navigation

Auto Advance Screen Flow (LWC)

A Lightning Web Component for Flow screens that automatically advances after a configurable wait time. Optionally show a progress bar and/or a loading image from a Static Resource, with simple alignment and sizing controls.

Features

  • Auto-advance after a wait time (waitTime in ms)
  • Optional progress bar with label and percentage
  • Optional loading image from a static resource (imageResourceName), with alignment (left|center|right) and size (imageWidth, imageHeight)
  • Can display progress bar and image together

Key Files

  • LWC: force-app/main/default/lwc/autoAdvanceScreenFlow/
  • Static resource (example): force-app/main/default/staticresources/loadingBar.gif
  • Manifest: manifest/package.xml

Use in Flow

  1. Add a Screen element
  2. Drag the autoAdvanceScreenFlow component onto the screen
  3. Configure:
    • General: Label, Wait Time (ms)
    • Progress Bar: Show, Percentage
    • Image: Show, Static Resource Name, Alignment, Width/Height

Notes

  • A sample static resource loadingBar.gif is included. You can reference your own by API name.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published