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
This looks like there is a break in activity chaining
No sreedevij0001I can able to navigate to Sub Process Model, but it just assigned as tasks. That is the issue.
I need the Process Model should be opened and the Form needs to be displayed.