If we configure timer on User Input Task in Exceptions and routed it to end Node, will task be available for users. Is there any way after timeout on user Input task , the task should be available in users task lists .
Discussion posts and replies are publicly visible
Hello mounikab3160 ,If you configure a timer on a User Input Task in the Exceptions section and route it to an End Node, the task will not be available for users after the timeout has occurred.But you can think of this :- When the timer expires, route the process to a separate task or sub-process that will create a new task and add it to the user's task list.