Had some unexpected behaviour that I am trying to find docs on or possibly a bug?
consider the following:
Assume that the top flow occurs before the end of the bottom flow. All tasks are service tasks with http-connector usage.
The third task in the top flow fails and auto-retries based on camunda defaults. But this seems to cause the bottom flow, specifically the task that the token is positioned at to repeat inline with the failed task. When i corrected the error in the top flow, the repeating task in the bottom flow had stopped occurring. (of course this may be some other error occurring somewhere)
Is this expected behaviour? If so, why?
All tasks are async Before
.