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.
Overview
This Plug-in contains a function, getProcessHistoryInfo(), which exposes process history details for a given process id. It returns a ProcessHistoryInfo CDT which contains process information along with a HistoryData CDT array that contains the history details.
Hi, in relation to the output of the function, in the List of "List of ProcessHistoryRow" for each row there is actionTypeId. For example, the actionTypeId is equal to 8 if the instance is paused, or is equal to 6 if it has been started. I have noticed that if changes are made to the instance (even if it is simply saved and a new version is created) the actionTypeId equals 25 (though there are no details about the activity, though).
Is it correct to consider that the actionTypeId equals 25 means that the instance has been modified?