Hi All,
What would you all recommend for implementing a confirmation page after a form is submitted ? another user form ? The only concern I have is that once my user submits the form is a subprocess creating multiple instances (as we need). So basically for the confirmation page we need something along the lines this # of items were created in the system, even better if we can give the ids of the created items.
Any suggestions for a good design implementation?
Thanks in advance
Discussion posts and replies are publicly visible
Here is the links to Quick Tasks - Common Process Model Workflows and Recipes - Appian 25.2
the MNI is right before the confirmation task in the screenprint I sent
May i know what exactly you are doing in subprocess(Which you are calling as MNI)?
Any attended activity(UIT)?
The subprocess creates # of requests , which is given by the user in the initial form in the start node to this subprocess I'm just passing the number of times it needs to execute and thats all. So if user passes 5, this subprocess would create 5 different instances. The goal is to at the end of the main process to show the user you have created these number of instances, these are the IDs.
Activity chaining will break when you call a subprocess that contains a user input task.I hope your subprocess has UIT which creates # request based on main process input.
no user input task in the subprocess. Just uses data from the main process input.
Can you share same snapshot of subprocess?
Also how you are calling subprocess sync or async?
Can you show snapshot of subprocess nodes?