Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
9 subscribers
Views
1945 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Process History Integrity
mathieud
over 8 years ago
It seems as though it cannot be modified even by Appian system administrators but how secure is the process history? Is that history updatable by some other means?
OriginalPostID-261652
Discussion posts and replies are publicly visible
0
Shyam Bommakanti
Certified Lead Developer
over 8 years ago
AFAIK not possible.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Raviteja Varma Jampana
A Score Level 2
over 8 years ago
AFAIK there are no classes/interfaces/methods in java API for accessing process history. So i think it is not even possible to create a custom plugin to get that.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
ajinkyab277
Certified Lead Developer
over 8 years ago
There is smart service Get Process Hisyory and function getprocesshistoryinfo available in share component to get the process history in CDT
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chetany
A Score Level 1
over 8 years ago
1. There are APIs to access the process history. Check the method getProcessHistoryRecords() in ProcessExecutionService interface. Refer the public Java API.
2. It cannot be modified AFAIK. Because there is no setProcessHistoryRecords() method. So, I think it cannot be modified by other means.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel