The summary of the question:
How does one configure Taskspace to reflect a process that basically proceeds through a set of forms... without going back and forth to "Inbox"?
The details:
We have a simple process that is initiated in Taskspace via a form that is called up using a configurable action (tied to a button). When we click submit on the form (after entering in a bit of data), there are several automatic activities that are supposed to run (read from database, etc.)... and finally the user should see another form that displays the results of executing the different activities (let's assume a chain of automatic activities).
Right now, we have used Taskspace to implement the user interface in a very clunky fashion: after hitting submit, the user has to go to their inbox and wait for the manual activity to appear there, then they select it, and so on. This is too slow: after hitting submit from the initiating form, can we immediately jump to a form that displays the results... without going through inbox and so on?
The thank you:
Thank you.