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

--trust-workflow

Allow general Python stored in the model workflow

Reference contract

FieldValueDescription
Flags--trust-workflow
Destinationtrust_workflow
Value typeboolean
Actionstore_true
Requiredfalse
Defaultfalse
RequirementRequired only when the project stores custom workflow Python.
Validation 1Generated workflows ignore this switch because their source is produced by Telion.
Validation 2The switch grants trust for this invocation; it is not a Python sandbox.

Syntax: --trust-workflow

Required only when the project stores custom workflow Python. The parser stores this option as trust_workflow with value type boolean and default false.

Validation

  • Generated workflows ignore this switch because their source is produced by Telion.
  • The switch grants trust for this invocation; it is not a Python sandbox.

Authoritative source

Catalog
telion.batch.command
Identity
batch.cli.argument.trust-workflow
Path
src/telion_backend/v2/batch_contract.py
Symbol
BATCH_COMMAND_SPEC