Camunda User task Access

Hello, is there any way to do so, that after Nr.2 User task the NR.3 would start. After the whole loop it comes back to Nr.2 again and it only goes to ‘final’ user task. I am doing it with SpringBoot and Nr2. user task has the same button behavior. The answer im seeking is can i disable user task 3 and 4, or delete them after they have been completed?

Hi @Valentinas_Vaiceliun,

What are the conditions on the XOR gateway after Task2?
What about having a (boolean) variable in which you keep track whether Task 2 has been executed only one time or twice (after the loop has been completed)?

1 Like

Sorry for the late reply. Allready did it :smiley: