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 :-)
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...
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.