pub const HALT_STATUS_CODE: u16 = 299;Expand description
Status code recorded on the audit trail when a task halts the workflow.
Preserved from v3 (FILTER_STATUS_HALT = 299) so existing audit-log
consumers (e.g. dataflow-ui) keep parsing halt entries unchanged.