Hi Team,
I implemented the functionality of save & exit on my interface which when clicked and data get passed to same user input task to create new task with remaining data.
see the process model below
Now when I click save and exit on interface it passes the rule inputs to the process variables which is going good, but it is not passing the process variables to the another created user input task.
here's some screenshot of user input task input, I am getting and passing SAMTASK input to and from the form.
I am getting value from the form but able to pass the values to next created task.
Kindly help
Discussion posts and replies are publicly visible
Can you show the Data > Output tab?
Over here you can map the 'Activity Class Parameters' to your process variable.And this is mapped back to your input of the next task created
Can you elaborate, I'm beginner, it would be great
hi arshbirs,as i understand you correctly, this is your issue, right?"it is not passing the process variables to the another created user input task."do you have your code your are using?it sounds more like a variable update issue in the code.