Skip to main content

Guides

📄️File Variables

Process instances hold data in variables. POST /v1/instances//variables — the endpoint you'll typically use to read and write them by hand — enforces a payload cap of 5 MB serialized (MAXVARIABLESPAYLOAD_BYTES) on the instance's full variables blob (existing variables merged with the patch you send), not just the patch itself. Embedding a binary file as base64 in a variable counts fully against that budget and inflates every payload that touches the instance through this endpoint — the variables blob, audit snapshots, webhook deliveries.