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
3 replies
Subscribers
9 subscribers
Views
1701 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hello All, Is there any way to log the process instance name at the b
nileshr
over 10 years ago
Hello All,
Is there any way to log the process instance name at the backend which has been executed.
Thanks
OriginalPostID-145634
OriginalPostID-145634
Discussion posts and replies are publicly visible
0
Conor Cahill
Certified Lead Developer
over 10 years ago
The instance name should be available as a process parameter inside the process. You can then save that as a field in a CDT and write the CDT to your database.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
subhankarb
over 10 years ago
You can nevigate to "Reports" tab in designer and look for process reports.Now you have the list of process instances for your environment, you can design a process with a node "Execute Process Report". This will help to extract the information for the selected report and with proper fillter information can be read in the process and can be save in the database. You may wish to put a date filter and run the process every day morning to collect and save one full day information in the database.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
nileshr
over 10 years ago
My problem is that I want to know the process model name in server.log file. For e.g. I have created a process model which has "Delete Document" smart service in it and using this process model I had deleted some of the documents. But when I check in the server.log file at backend it is giving me info like "[Appian Work Item - 620 - ProcessExec00 : UnattendedJavaActivityRequest] INFO com.appiancorp.content.ContentServiceJavaImpl_Delete - Successful deletion of objects: ids=1128; types=Document; names=["test"]; deleted by user=[Administrator]". But I want the process model name also.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel