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.
Hi All,
Is there anyway to start a process model by using Process Model Id or Process UUID?
Discussion posts and replies are publicly visible
You can use this plugin
getprocessmodeldetailsbyuuid()
By this plugin will get process model details by UUID but I need to start process.
You can use a constant then. Type - Process Model
Thanks for your Harshit,
My requirement is getting details of process model like Process model Id, UUID and Process Model Name, will fetch those details and start a process by UUID or Id. Database table is generic type we can get multiple process model details.