Hi all,
I got this when I tried to run the process model, I've tried to connecting two interfaces So, when the user logs in to the system he redirect to another interface which is working hours record.
Discussion posts and replies are publicly visible
Why do you have two out going flows from a single UIT?
I deleted that one going to the another UIT, but the same problem
By "connecting the two interfaces", are you referring to the process model, or inside the first User Input Task? I think I'm confused with, "the user is redirected", vs "the user can manually navigate to interface 2".
Also, check your tomcat-stdout.log file for additional details.
Ali Abdulqawi said:So, when the user logs in to the system he redirect to another interface
For what it's worth, there's no such thing as "redirecting to" a process model / task form upon user login. Basically you can have the user automatically directed to a particular site (and then the site's interface can show various options from there based on internal logic, including what group(s) the user is a member of, etc), but none of that is relevant to chaining to a process task, or to chaining between two different tasks in the same process model.
Chris said:"the user is redirected", vs "the user can manually navigate to interface 2
when the user inserts his email & password in interface 1, and clicks Sign in, he should navigate to interface 2
And the error being received is when the user arrives at the initial "sign in" interface? How is the interface configured in the User Input Task? Have you reviewed your tomcat-stdout.log file?