Activiti creates multiple Runtime Tasks for a single synchronous process instance
HiI was implementing Activiti in a personal project of mine and was facing a peculiar issue. So, my process is a sequential process with no async or parallel executions. Now, when I complete one task, it is removed from the ACT_RU_TASK_ table and the...