Release v4928.1.4.2 stable
This commit is contained in:
15
scripts/test_operational_flow.py
Normal file
15
scripts/test_operational_flow.py
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Smoke placeholder for the clean ClientFlow operational architecture.
|
||||
|
||||
Operational progression is represented by business_events and operation_links,
|
||||
not by extra triage action_codes.
|
||||
"""
|
||||
|
||||
|
||||
def main() -> int:
|
||||
print("Use API/UI smoke tests against current action codes and operation_links.")
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Reference in New Issue
Block a user