Funcional

This commit is contained in:
2026-05-02 14:06:25 -03:00
parent 171e0bb3af
commit fd42bceb7a
9 changed files with 258 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ define flow check_input_terms
$ok_oos = execute detectar_out_of_scope_action
# 💰 Regras de negócio
$ok_adj = execute validar_alcada_action
$ok_adj = execute validar_alcada_action(ajuste_valor=$ajuste_valor,limite=$limite)
# 🧠 Contexto
$ok_hist = execute validar_consistencia_historica_action

View File

@@ -6,7 +6,7 @@ define flow check_output_terms
$ok_sup = execute supervisor_vas_avulso_action
# 📡 Compliance
$ok_cmp = execute enforce_compliance_anatel_action
$ok_cmp = execute enforce_compliance_anatel_action(requer_protocolo=$requer_protocolo)
# 📊 Métricas
$ok_tcr = execute calcular_tcr_action