A unique identifier for the task. Can only contain alphanumeric characters and underscores. The identifier must be unique among all the tasks in the same executor.
Optional
retryThe options for retrying the task.
Optional
sleepThe delay before running the task run function. If the value is undefined, it will be treated as 0.
The timeout for the task run function.
Common options for a task. These options are used by both TaskOptions and ParentTaskOptions.