Skip to content
New issue

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

Fix morenullrefs in workflow activity #1281

Conversation

jakenuts
Copy link
Contributor

@jakenuts jakenuts commented Aug 1, 2024

Describe the change
Corrected additional null reference errors in Activity enrichment methods.

Describe your implementation or design
Using null collescing operator and null checks where necessary to ensure WorkflowStep properties and Activity.Current were not null before using them

Tests
No

Breaking change
No

Additional context
Missed these in my original submission

@danielgerlag danielgerlag merged commit ff6eb9b into danielgerlag:master Aug 14, 2024
1 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants