Only time I have seen this is when there is a code issue in the external task. The callback could be executing twice or it has the incorrect value, What OS ? What Rev of TS ? What type of task ? Perl or Java ?
Hi nipper,Its on Windows, TS 7.2.1, It is the OOTB URLExternalTask (java) plugged in to my WFM. The code literally only does task.chooseTransition("task success", "task completed"); at this point.I can see in the logs that this works fine and I have tried logging the name of the task returned from this method and again its correct. However it seems that some other task is trying to "transition" this task again.