Hello Experts,
We are facing a strange problem in taskspace. The same task appears more than once in task list, please let me know if you know the reason.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
When same SDT is referenced by multiple process variables the task list control shows the same queue item as many types as the number of process variables. A workaround is referencing same SDT type for only once.
is it possible that your workflows are launch via listeners? FTP inbound, email inbound? if yes, try to decrease the number of threads. It could be possible that before first thread completes the same (email/fax), the second thread process it again.
You can decrease the thread count in your inbound activity template properties.
Hello Ahmad,
Thank you very much for the reply. But unfortunately that is not the case. The process is started manually. In fact the there is a single queue item but the task list control shows it twice, when I finish one of them they both disappear.
How exactly is your workflow being started? Is it manually by the user using the OOTB functionality?
It is called from another process with a loop. The parent process is invoked from an initiate process from with initiate process action using the OOTB functionality. And the loop is configured properly and it is not calling more instances than expected.