Gateway does not execute after process restart

I restarted the process instance at sub_1, and the process will not continue after executing the sub_1 task.
image

Both Sub_1 and Sub_2 need to be completed in order to continue on Parallel Join.

Parallel Join will wait for all incoming sequences to complete.

Thank you. I’m using Inclusive Gateway instead.

I think what you posted above is parallel gateway.
https://docs.camunda.org/manual/7.8/reference/bpmn20/gateways/parallel-gateway/

Here is how inclusive gateway looks.

https://docs.camunda.org/manual/7.8/reference/bpmn20/gateways/inclusive-gateway/

Thank you. I mean, I replaced parallel Gateway with Inclusive Gateway.

The problem is solved.

Hi

One question. If one of the tasks in the parallell gateway returns an error and we have to abort the process, how are we able to clean up the other task that waits in the parallell join? I guess they are stored in db tables or something?

This question should maybe be asked in it’s own thread - this one is over a year old and is on a kind of different topic. Feel free to create a post for this question.