Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit f48ae3e

Browse files
kefuzhaojessecollierz
authored andcommitted
Use default timeout setting as parent when using continueAsNew
1 parent 25038b9 commit f48ae3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swf/models/decision/workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def terminate(self, reason=None, details=None):
5555
})
5656

5757
@decision_action
58-
def continue_as_new(self, child_policy=CHILD_POLICIES.TERMINATE,
59-
execution_timeout='300', task_timeout='300',
58+
def continue_as_new(self, child_policy=None,
59+
execution_timeout=None, task_timeout=None,
6060
input=None, tag_list=None, task_list=None,
6161
workflow_type_version=None):
6262
"""Coninue as new workflow execution decision builder

0 commit comments

Comments
 (0)