I am trying to implement a specific behavior that simplifies the actions needed by the final user.
the behavior is as follows :
- user starts a process, which is automatically assigned to him (this is already done)
- once the process is started, i want to open the assigned task form in full screen immediately, without having to go to the task list, select the task and open the form in full screen.
Is this possible to implement ?
(PS: i am trying to send a link the will send the user directly to the process initiation, which will start the process, assign it to him (or if it is a guest then not assign it) then open the form to be filled and validated)