We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operation.is_service_operation
Type inference won't work if using the Operation.is_service_operation regex.
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
The text was updated successfully, but these errors were encountered:
This has been fixed by the refactor of the Operation class done by #635
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: