I want to display an interface to a user to upload documents from a process model, however the process crates a task for the initiator but does not show the interface.
I have this in other process models and the interface is presented to the user without issue. In this instance, I ensured that Activity Chaining was indeed set for the process links and the configuration of the User Input Task was set up exactly as others that work.
The only difference I can think of, is that the process model is initiated through a Record Action as the others that work are initiated as part of the site pages.
Any suggestions would be appreciated.
Discussion posts and replies are publicly visible
Hi, it looks like you are missing one chain on the first path from the Start Node:
I knew it would be something simple!!!!
Thanks