cancel
Showing results for 
Search instead for 
Did you mean: 

SDK 3 task is never loaded

anakin59490
Star Contributor
Star Contributor

Hi,

i have the following diagram :

I have put  logs to follow step by step the process :

Start :

Option 1 :

Log for option 2 :

Log for End :

The option 2 is ok :

But option 1 is never :

However Javascript (COMPLETE event) is well executed for the option 1 :

code :

Log :

But the task "Stand-by secrétaire" is never called/loaded so active task become "completed" each time i choose this option

I don't understand why ?

Thank you in advance

11 REPLIES 11

anakin59490
Star Contributor
Star Contributor

I don't find solution.

i retstart from original files that you can find in attach.

if someone can help me for this new option, it woul be great 🙂

anakin59490
Star Contributor
Star Contributor

Ok, i have updated th original workflow bpmn by changing condition expression :

from : ${wfvd_reviewOutcomeDem == 'DEM'}

to ${wfvd_reviewOutcomeDem == 'DEM' or wfvd_reviewOutcomeEnr == 'ENR'}

but i have same problem :

when wfvd_reviewOutcomeDem == 'DEM', it works

when wfvd_reviewOutcomeEnr == 'ENR' task is closed

however the value is correct because i have added log in code :

if(reviewOutcomeEnr == "ENR"){
   logger.log("Mise en attente");

...

}

that i see in alfresco log file :

i don't understand...