Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle TaskTerminated on child workflows? #260

Open
ybastide opened this issue Apr 18, 2017 · 0 comments
Open

Handle TaskTerminated on child workflows? #260

ybastide opened this issue Apr 18, 2017 · 0 comments

Comments

@ybastide
Copy link
Contributor

In the main workflow:

Traceback:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/simpleflow/swf/executor.py", line 846, in replay
    result = self.run_workflow(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/simpleflow/executor.py", line 70, in run_workflow
    result = self._workflow.run(*args, **kwargs)
...
    future = self.submit(submittable, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/simpleflow/workflow.py", line 59, in submit
    return self._executor.submit(submittable, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/simpleflow/swf/executor.py", line 799, in submit
    return self.resume(a_task, *a_task.args, **a_task.kwargs)
  File "/usr/local/lib/python2.7/dist-packages/simpleflow/swf/executor.py", line 705, in resume
    future = ttf(self, a_task, event)
  File "/usr/local/lib/python2.7/dist-packages/simpleflow/swf/executor.py", line 575, in resume_child_workflow
    raise future.exception
TaskTerminated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant