Remove obsolete command about DefaultUndefinedFault

(already implemented a few commits ago)
This commit is contained in:
Jean-Baptiste Barth 2015-10-11 19:19:48 +02:00
parent aa4adbb76e
commit c310a04c74

View File

@ -131,9 +131,6 @@ class SWFBackend(BaseBackend):
domain = self._get_domain(domain_name)
return domain.get_type(kind, name, version)
# TODO: find what triggers a "DefaultUndefinedFault" and implement it
# (didn't found in boto source code, nor in the docs, nor on a Google search)
# (will try to reach support)
def start_workflow_execution(self, domain_name, workflow_id,
workflow_name, workflow_version,
tag_list=None, **kwargs):