Skip to main content
chrisg0006
January 14, 2025
Solved

User Input Task creates a Task and does not show the Form to the User

  • January 14, 2025
  • 2 replies
  • 0 views

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.

Best answer by csteward

Hi, it looks like you are missing one chain on the first path from the Start Node:

2 replies

csteward
cstewardAnswer
January 14, 2025

Hi, it looks like you are missing one chain on the first path from the Start Node:

chrisg0006
January 14, 2025

I knew it would be something simple!!!!

Thanks