03-14-2018 10:09 AM
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
03-23-2018 11:39 AM
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 🙂
03-26-2018 05:43 AM
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...
Explore our Alfresco products with the links below. Use labels to filter content by product module.