I have two interfaces. In the first interface, an employee will submit his details. After submitting, it will go to the supervisor interface and if supervisor select need more info option. Supervisor will write in need more info paragraph, it will go back to the first interface. But this time, need more info paragraph which is in supervisor interface should also display in 1st interface. How can I do that?
Discussion posts and replies are publicly visible
Its a simple usecase of Tasks. In the process model, the first UI node where the employee enters his details. Then a second UI node which is assigned to the Supervisor. Lastly one more UI node which is assigned to the initial employee. And using node inputs and rule inputs pass the data from one UI node to another so that everyone sees the updated data in previous node.