Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. 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.
how to pass parent process data to subprocess in process model
Discussion posts and replies are publicly visible
First, In the subprocess add a process variable and check the Parameter (Allow the value for the variable to be provided when starting a process) checkbox.
Then, in the main process, go to the the setup tab of sub process smart service, and in the input variable section you will see the sub process pv (if you don't refresh). Select the main process pv you want to pass to that. Also Check "Pass as reference".
If you want the value to be returned back to the main PM add Output Variable too (Just below it)
Thanks for your answer I got it