806 B
806 B
ManagerVariable
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| value | str | ||
| is_twoway | bool | One-way variables are the most common one, and are simple replacement from `{name}` to their value, which happens when a Task is given to a Worker. Two-way variables are also replaced when submitting a job, where the platform-specific value is replaced by `{name}`. | |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |