Applies a task execution storage update to a task execution storage value. This is used to update the task execution storage value in the storage implementation before returning it to the executor.
The task execution storage value to update.
The update to apply.
Optional
The expiresAt field will be set to the sum of the startedAt field and the timeoutMs field.
The updated task execution storage value.
Applies a task execution storage update to a task execution storage value. This is used to update the task execution storage value in the storage implementation before returning it to the executor.