Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

  • The Show Spinner action displays a visual indicator, usually in the form of a spinning circle, to let users know that a process is underway.

...

  • This is particularly useful for operations that may take time, such as data retrieval, file uploads, or API calls.

  • By displaying a spinner, the application signals to users that they should wait for the process to complete, preventing them from interacting with the UI prematurely or wondering if an action is taking too long.

  • Let’s explore the screens that follow, after drag-n-drop of Show Spinner action on workflow canvas.

...