Class: ApprovalEngine::TrackTemplate

Inherits:
ApplicationRecord show all
Defined in:
app/models/approval_engine/track_template.rb

Overview

The reusable blueprint an approval is stamped from. Authored by SaaS admins (often through a UI) and selected at runtime by the matching TriggerRule.

Constant Summary collapse

STATUSES =
%w[draft active archived].freeze