Skip to documentation content
On this page
  1. Reference contract
  2. Authoritative source

Workflow process limits

Bounds workflow duration and combined child-process output before commit.

Reference contract

FieldValueDescription
Minimum timeout1 s
Maximum timeout86400 s
Output limit10485760 bytes

The effective deadline is clamped to 1–86400 seconds. Combined child stdout and stderr is limited to 10 MiB. Exceeding either limit terminates the workflow process, aborts nested work, and prevents the staged project from replacing the destination.

Authoritative source

Catalog
telion.workflow.runtime
Identity
MAX_OUTPUT_BYTES+timeout
Path
src/telion_backend/v2/workflow.py
Symbol
execute_workflow_process