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 820c282 commit 2eabd54Copy full SHA for 2eabd54
cadence/client.py
@@ -253,7 +253,7 @@ async def signal_workflow(
253
signal_payload = None
254
if signal_input is not None:
255
try:
256
- signal_payload = await self.data_converter.to_data(signal_input)
+ signal_payload = self.data_converter.to_data([signal_input])
257
except Exception as e:
258
raise ValueError(f"Failed to encode signal input: {e}")
259
0 commit comments