Input
Executionexec_in
Trigger Pin
Utils/Testing
Asserts a condition inside a flow. On pass it logs `ASSERT_OK {label}` (Info) and continues; on fail it logs `ASSERT_FAIL {label} {details}` (Error) and halts the run with an error. Test runners grep these stable marker prefixes. Name test events with a `test` prefix so they are discoverable by test tooling.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Trigger Pin
The condition that must hold.
Stable name for this assertion, echoed in the ASSERT_OK/ASSERT_FAIL log markers.
Optional context logged when the assertion fails.
Continues only when the assertion holds.