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 1c5104c commit 9b348e9Copy full SHA for 9b348e9
serverlessworkflow/sdk/on_events.py
@@ -19,7 +19,7 @@ def __init__(self,
19
**kwargs):
20
21
_default_values = {'actionMode': 'sequential'}
22
- SwfBase.__init__(self, locals(), kwargs, SwfBase.default_hydration, _default_values)
+ SwfBase.__init__(self, locals(), kwargs, OnEvents.f_hydration, _default_values)
23
24
@staticmethod
25
def f_hydration(p_key, p_value):
0 commit comments