Skip to content

fix: fields with null values serialized to empty dict#636

Merged
dianagrecu-uipath merged 1 commit intomainfrom
fix/serialize-null-values
Feb 26, 2026
Merged

fix: fields with null values serialized to empty dict#636
dianagrecu-uipath merged 1 commit intomainfrom
fix/serialize-null-values

Conversation

@dianagrecu-uipath
Copy link
Copy Markdown
Contributor

What changed?

Bug: Agent job outputs empty objects {} for fields with empty values.

Root cause: The serialize_output function converts all None values to {}

Fix: removed the conversion from None -> {} in the serialize method and added a fallback to {} in the top-level caller in order to handle the case where the entire output is None.

@dianagrecu-uipath dianagrecu-uipath merged commit 26d5083 into main Feb 26, 2026
39 checks passed
@dianagrecu-uipath dianagrecu-uipath deleted the fix/serialize-null-values branch February 26, 2026 14:15
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