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.
I want to create an link which should redirect to process activity apart from any environment dependency? is there any function?
Discussion posts and replies are publicly visible
Hey, In the email you can create a link by using Anchor tag. in the tag you have to provide the link which will be like the below.
xyz.appiancloud.com/.../startdesigner.none
In the above link you have to send out the process id for which they want to monitor it. i used 536877717 but you can pass process id dynamically by using process variables if it is the parent process or by using pp!id if it is current process.
But it won't allow you to open this page from the outside. Only from the Appian main window we can open the monitoring tab.