Represents a new task of a job.
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Human-readable name. Uniquely identifies a task. | |
| ports | List<Port> | [optional] | |
| interfaces | List<TaskInterface> | Interfaces of this task | [optional] |
| optimization | Optimization | [optional] | |
| requirements | List<Requirement> | [optional] | |
| behaviour | Behaviour |