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

Workflow process isolation

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

Reference contract

FieldValueDescription
Automation protocoltelion.automation/v1
Session transporttelion.session-jsonl/v1
Temporary directorytelion-workflow-*

Telion writes workflow source to a temporary directory, launches Telion Scientific Python, and exchanges JSON Lines commands through telion.session-jsonl/v1. 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.

Authoritative source

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