Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
startProcessLink() is not creating another instance (Sub Process Model), but it assigns tasks.
My Requirement is, I have a Card/Button which has startProcessLink(), once clicked I started a Process Model which has Form1 with Submit button in it.
Once Submit is clicked, that should create/open another Sub Process Model which has another Form2 in it. It navigates to Sub Process Model, but assign the form as a task and re-directing back to my original page (Action Completed).
How can I navigate to another Sub Process which has another form.?
Discussion posts and replies are publicly visible
And your sub-process? Has that been published? If so, can you check that it is fully chained from the start node to the User Input Task. Also check how the Assignment is being made in the sub-process.
Yes, Sub-process is published and have activity chaining across all nodes.
Have you configured your sub-process to enable activity chaining into its nodes?