Hello !!
I think im confused a bit, should a sequence flow condition expression be readily able to read a variable set in a script task earlier in the workflow? Do I need to reference this somehow or are all the variables set within different sections of the workflow sharing the same namespace? And if so would the following conditional statement within the sequence flow be enough to progress onto the next task?
My error was : org.activiti.engine.ActivitiException: Unknown property used in e expression: ${Validate == 1}
Knowing That i used the variable "Validate" as an integer variable in an earlier ScriptTask . Someone can help me to resolve it ??Any example would be appreciated.
Regards
LobnaKh