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
7 replies
Subscribers
4 subscribers
Views
4688 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
How to get "Process Details > Process Nodes" info for multiple instance in a (Custom?) Report
georget518
over 8 years ago
I need a report that contains the Process Nodes info as per menu : Process Details > Process Nodes.
Inputs : Process Model, Output : Instance Name, DateTime of Instance Execution + Process Nodes Details.
I would appreciate any help, guidance etc on this! Thank you!
OriginalPostID-235285
Discussion posts and replies are publicly visible
Parents
0
chetany
A Score Level 1
over 8 years ago
@georget518, a better solution would be to get an instance of ProcessExecutionService, Then use the getCurrentTasksForProcess() method with the UNATTENDED_AND_ATTENDED_TASKS flag.
Then you will get a ResultPage of TaskSummary objects. TaskSummary has useful methods like getTaskAcceptedTime, getCompletedTime, getStatus etc. Most of the information in the image you attached can be extracted from TaskSummary.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
chetany
A Score Level 1
over 8 years ago
@georget518, a better solution would be to get an instance of ProcessExecutionService, Then use the getCurrentTasksForProcess() method with the UNATTENDED_AND_ATTENDED_TASKS flag.
Then you will get a ResultPage of TaskSummary objects. TaskSummary has useful methods like getTaskAcceptedTime, getCompletedTime, getStatus etc. Most of the information in the image you attached can be extracted from TaskSummary.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data