I setup a simple process:
first Usertask: get input
secound: check if variable is set
After i complete and set a varibale i checked th proccess variable, but its empty. Why?
I setup a simple process:
first Usertask: get input
secound: check if variable is set
After i complete and set a varibale i checked th proccess variable, but its empty. Why?
Hello @lul ,
which version of the modeler do you use? A bug in Modeler <5.2.0 caused the generated task form to not work properly.
Jonathan
@lul input variables are set as local to task once the task is completed they will not be available further. If you want to access those variables in task2 you need to set them to output variables whose scope is global
i used 5.1.0
i updated to version 5.2.0.
But still not work
How i can set it up?
its not input variables, its a form with form fields
Hi @lul ,
If you could remove the form field and add it again, this might help to fix the bpmn xml structure.
Jonathan
Thanks jonathan!!