When a task is executed, its result (if any) should be stored in the `result` JSONField of the associated `Task` model instance. The result should be JSON-serializable, otherwise a deprecation warning should be raised.
When a task is executed, its result (if any) should be stored in the
resultJSONField of the associatedTaskmodel instance.The result should be JSON-serializable, otherwise a deprecation warning should be raised.