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.
2 parents a68335d + fdec6ba commit 5e46d8eCopy full SHA for 5e46d8e
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