We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f44a9 commit 274a313Copy full SHA for 274a313
src/uipath/runtime/result.py
@@ -43,7 +43,7 @@ def to_dict(self) -> dict[str, Any]:
43
else:
44
output_data = self.output
45
46
- result = {
+ result: dict[str, Any] = {
47
"output": output_data,
48
"status": self.status,
49
}
0 commit comments