runtime-boundaryAvailable
Workflow process isolation
Runs workflow source in a temporary child process connected by the public session protocol.
Reference contract
| Field | Value | Description |
|---|---|---|
| Automation protocol | telion.automation/v1 | — |
| Session transport | telion.session-jsonl/v2 | — |
| Temporary directory | telion-workflow-* | — |
Telion writes workflow source to a temporary directory, launches Telion Scientific Python, and exchanges JSON Lines commands through telion.session-jsonl/v2. The parent service owns the authoritative model and executes accepted public runtime commands. The temporary directory and child process are removed on success or failure.