ReferenceAvailable
--trust-workflow
Allow general Python stored in the model workflow
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.
Reference
| Property | Value |
|---|---|
| Flags | --trust-workflow |
| Destination | trust_workflow |
| Value type | boolean |
| Action | store_true |
| Required | false |
| Default | false |
| Requirement | Required only when the project stores custom workflow Python. |
| Validation 1 | Generated workflows ignore this switch because their source is produced by Telion. |
| Validation 2 | The switch grants trust for this invocation; it is not a Python sandbox. |