function
ValidateTaskAdmission
func ValidateTaskAdmission(task Task) errorValidate a complete durable task before admission.
Source store/task_validation.go:30
Custom TaskStore implementations should call this at their direct public boundary and still enforce the corresponding database invariants atomically.
Related types
TaskAdapter-neutral durable task data.