flowchart
not_started e1@--> in_progress
in_progress e2@--> processed
in_progress e3@--> failed
e1@{ animate: true }
e2@{ animate: true }
e3@{ animate: true }
Represents the status of a bulk action.
No action is required to move from one state or another; Buttondown
internally handles the transitions, and exposing the status is for
observability purposes only.
The bulk action was unable to be completed. Buttondown is looking into it.
The bulk action is currently being processed.
The bulk action has not yet started.
The bulk action has completed.