Duplicate User Task is Created in the task list

Hi,
I created a process where I constantly checking the server for new external tasks to be validated by the user using a form. I noticed that there are always duplicate tasks created in the tasklist. They are exactly the same. Ideally I should have only a single task waiting for the user to be validated. Would someone shed some lights on this issue why I am seeing this?
Here the process:

I am using External Task Rest API using pycamunda.

Thanks,

@mocgi Could you upload the bpmn file to validate this? Check the outgoing sequence flows from each activity.

Here’s a sample process which creates duplicate tasks once you complete task A.

testduplicatetasks.bpmn (3.3 KB)

@aravindhrs Thanks for your response. I noticed that you have two arrows going from A to B and I think that is why it is sending two tasks. However in my case, I do not have any duplicate arrows.

@mocgi that’s an assumption. Could you share your bpmn file?

1 Like

@aravindhrs here the process bpmn file. It runs two external tasks using Python. Thanks for your time,process.bpmn (17.0 KB)