Task
A task is a unit of work that can be sent to the execution engine.
Parameters
Name | Description | Type | Default |
---|---|---|---|
task_controller (required) | The controller for managing tasks. | TasksSDKController | None |
dto (required) | The data transfer object representing the task. | TaskDTO | None |
mock | Whether the task is a mock task. Defaults to False. | bool | False |