Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfdec6ba

Browse files
authored
Merge pull request#37 from ATNoG/bug/36
Fix#36
2 parents1c5104c +9b348e9 commitfdec6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎serverlessworkflow/sdk/on_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self,
1919
**kwargs):
2020

2121
_default_values= {'actionMode':'sequential'}
22-
SwfBase.__init__(self,locals(),kwargs,SwfBase.default_hydration,_default_values)
22+
SwfBase.__init__(self,locals(),kwargs,OnEvents.f_hydration,_default_values)
2323

2424
@staticmethod
2525
deff_hydration(p_key,p_value):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp