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 deb1751 commit 2174044Copy full SHA for 2174044
src/aws_durable_execution_sdk_python/execution.py
@@ -82,9 +82,7 @@ def get_input_payload(self) -> str | None:
82
return None
83
if not (execution_details := operations.execution_details):
84
85
- if not (input_payload := execution_details.input_payload):
86
- return None
87
- return input_payload
+ return execution_details.input_payload
88
89
def to_dict(self) -> MutableMapping[str, Any]:
90
return {
0 commit comments