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.
What i understood from the Process model is , you are trying to create a task to the same user when clicked on save and submit
Solution is add one "scrip task " in between start and Sam task and from the XOR node ,map the Save route to the script task instead of "SAM Task". This should work. You need not to configure any thing in script task.
Your setup looks correct, from what I can see. Can you confirm that the PV in your running instance has the correct values as entered the first time you submit the task?