Open PaulFarault opened 2 weeks ago
Type inference won't work if using the Operation.is_service_operation regex.
Operation.is_service_operation
It's better to check if operation.component_name is null for now. Moreover, it will facilitate the refactor of the Operation class later.
operation.component_name
null
Operation
Type inference won't work if using the
Operation.is_service_operation
regex.It's better to check if
operation.component_name
isnull
for now. Moreover, it will facilitate the refactor of theOperation
class later.