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

Trusted custom workflow

Executes non-generated Python stored in the project after per-invocation trust is granted.

Reference contract

FieldValueDescription
Trust requiredtrue
-study allowedfalse
Save requiredat least one model.save()

Custom workflow source is general Python running with the user's process authority; it is environment-filtered but not sandboxed. --trust-workflow is mandatory. Custom source chooses an explicit system solver in model.solve() and therefore rejects -study. At least one model.save() call is required for output commit.

Authoritative source

Catalog
telion.batch.workflow
Identity
automation.source custom
Path
src/telion_backend/v2/service.py
Symbol
TelionService.execute_workflow