Suggest if there is a better way to implement of BPMN

@Nele
First, I’m so grateful for your complete answer. :pray:

I mean the case where two UserTasks are connected in a lane through a flow.
In that case, my impression is that two UserTasks can be turned into one…

This is exactly what I want, except that if it is accepted, the process enters a UserTask and if it is not approved, it enters another UserTask.

I always used a getaway at cases like this. But I’ll definitely use this way from now on.
As you mentioned, this way is more clearer.

My usecase is such that in the first place user2 only has to see the approval or rejection form and if he clicks the edit button he enters the edit form. That’s why I have to use two forms.

Generally, I am thank you for your guidance.