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 80c4549 commit b56e93eCopy full SHA for b56e93e
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