danielgerlag / workflow-core

Lightweight workflow engine for .NET Standard
MIT License
5.4k stars 1.2k forks source link

Fix morenullrefs in workflow activity #1281

Closed jakenuts closed 3 months ago

jakenuts commented 3 months ago

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