Description
Workflows with incidents with the ContinueWithIncidentsStrategy cannot finish.
Even if a failed activity has been executed again by alteration plan, and the long running flow chart has reached its final activity successfully, it gets stuck in suspended state.
Steps to Reproduce
- Create flow chart workflow with e.g. 3 activities. Workflow has the ContinueWithIncidentsStrategy.
- Provoke an exception so it gets faulted on first activity .
- Retry the faulted workflow. We have a separate "maintenance workflow", which retries faulted workflows (more specific the faulted activity) again by alteration plan.
- The workflow then does its job and executes the remaining activities
- After the last activity gets executed successful, the workflow status is Running with sub status Suspended
Description
Workflows with incidents with the ContinueWithIncidentsStrategy cannot finish.
Even if a failed activity has been executed again by alteration plan, and the long running flow chart has reached its final activity successfully, it gets stuck in suspended state.
Steps to Reproduce