new feature: Integration with kbdb Autonomous

This commit is contained in:
T3782834
2026-08-26 10:15:59 -03:00
parent d7f270f52a
commit fc64c6ddd7
514 changed files with 3006 additions and 168 deletions

View File

@@ -35,7 +35,7 @@ def test_workflow_completo_e_registrado_sem_pending():
state = {}
runtime._capture_pending_domain_workflow(state, _envelope("COMPLETED", "pro_rata"))
assert state["business_workflows_executed"] == ["pro_rata"]
assert "pending_domain_workflow" not in state
assert state["pending_domain_workflow"] is None
def test_latch_nao_duplica_workflow():