disableStrictTypeValidation property

bool? disableStrictTypeValidation
getter/setter pair

If this config contains a TypedTask, allow validation to succeed if an input is read from the output of another TypedTask whose output type is declared as a superclass of the requested input type.

For instance, if the previous task declares an output of type Message, any task with this flag enabled will pass validation when attempting to read any proto Message type from the resultant Event parameter.

Implementation

core.bool? disableStrictTypeValidation;