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