Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / MAX_RUN_ID_LENGTH

Variable: MAX_RUN_ID_LENGTH

ts
const MAX_RUN_ID_LENGTH: 200 = 200;

Defined in: packages/core/dist/index.d.ts

The runId length ceiling (RV1012): a runId is a filesystem name component and a correlation key, so the cap keeps it comfortably under filesystem name limits with room for store suffixes, and starves length-based smuggling through the unmasked id channel.