project-flogo / flow

Flow is a flow-based process engine implementation for processing event-driven requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flow hang and running into infinite loop

lixingwang opened this issue · comments

Current behavior (how does the issue manifest):
There are 2 issues related.

  1. Call subflow activity get to hang when subflow end with an activity which has an error branch
  2. The flow running into infinite loop

Expected behavior:
Both 2 should work fine
Minimal steps to reproduce the problem (not required if feature enhancement):
Running hang.json in flogo.zip flogo.zip
or infinite_loop.json which will be easier to reproduce the issue.
Please tell us about your environment (Operating system, docker version, browser & web ui version, etc):

Master branch of core repo and flow repo

Flogo version (CLI & contrib/lib. If unknown, leave empty or state unknown): 0.X.X

Additional information you deem important (e.g. issue happens only occasionally):