workflow-modeAvailable
Trusted custom workflow
Executes non-generated Python stored in the project after per-invocation trust is granted.
Reference contract
| Field | Value | Description |
|---|---|---|
| Trust required | true | — |
| -study allowed | false | — |
| Save required | at 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.