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 27dbb87 + d26b81b commit bc80a31Copy full SHA for bc80a31
serverlessworkflow/sdk/callback_state.py
@@ -49,7 +49,7 @@ def __init__(self,
49
**kwargs):
50
51
_default_values = {'type': 'callback', 'usedForCompensation': False, }
52
- SwfBase.__init__(self, locals(), kwargs, SwfBase.default_hydration, _default_values)
+ SwfBase.__init__(self, locals(), kwargs, CallbackState.f_hydration, _default_values)
53
54
@staticmethod
55
def f_hydration(p_key, p_value):
0 commit comments