"BULK ACTIONS" Button


  • Purpose: Provides a way to perform actions on multiple workflow instances simultaneously.

  • Functionality: Clicking "BULK ACTIONS" will likely reveal a dropdown menu with options like:
    • Cancel/Terminate: Stop multiple selected running workflow instances.
    • Retry: Attempt to re-execute failed steps in multiple selected failed instances.
    • Suspend/Pause: Pause multiple selected running instances.
    • Resume: Resume multiple selected suspended instances.
    • Delete (potentially): Remove multiple selected instances (depending on the system's data retention policies).

  • Use Case: Efficiently manage a group of workflow instances, for example, canceling all running instances of a specific workflow definition or retrying a batch of failed instances after resolving an underlying issue.