Skip to documentation content
On this page
  1. Reference

Workflow process isolation

Runs workflow source in a temporary child process connected by the public session protocol.

Reference

FieldValueDescription
Automation protocoltelion.automation/v1
Session transporttelion.session-jsonl/v2
Temporary directorytelion-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.