hey all,
There is one bug that I need to have fixed: Whenever someone opens a request the form does not open anymore in the record tab. Instead the user has to navigate to the tab “tasks”, refresh the window, and only then the form appears. Why is this happening?
Instead of opening directly the form here directly :
I have to go to the task tab to see the form itself.
Kind Regards,
Victoria
Discussion posts and replies are publicly visible
If you need the first form to be shown to the user directly, I suggest to use the process start form feature.
docs.appian.com/.../process-model-object.html
I have the cases that works. It used to work before, now its just redirecting the task to the task tab instead opening directly on the actions tab.
You need to enable chaining on all connections up to the first user input task in the process.
Looks like activity chaining is broken. Try to fix activity chaining. It should resolve the issue.