Data not passing into interface after save and exit

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

Parents
  • 0
    Certified Senior Developer

    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. 

Reply
  • 0
    Certified Senior Developer

    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. 

Children
No Data