Status Transitions

Status transitions define which status changes are allowed (and can be validated/enforced by workflow rules).

Why It Matters

  • Prevent invalid jumps (e.g., draftordered)
  • Enforce internal process rules (review before approval)
  • Keep automation predictable

Note: Frontend and admin UI always validate transitions. Workflow rule actions can optionally bypass/validate depending on b2bquote/workflow/transition_validation.

Where to Configure

In the Magento admin under the B2B Quote section:

  • Status transitions grid
  • Per-transition rules (allowed source/target)

Screenshot placeholder: status transitions grid + transition editor
File: ./_screenshots/admin-status-transitions.png

Found an issue with this documentation? Let us know