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
2 replies
Subscribers
7 subscribers
Views
1248 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Feasible solution to use deadline feature in process model
anjup
over 6 years ago
I have a requirement where I will set a deadline in the parent process model. Is there any way to get this deadline(pp!deadline) in all the sub-processes without having to configure in all the sub-processes. I aware we can achieve this either by passing to sub-processes or send-receive messages. As, there are many sub-processes, these approaches are not feasible. I want to achieve this, because I have a requirement to capture all the deadline values in the process report and process accordingly. I am looking for a feasible solution.
OriginalPostID-264261
Discussion posts and replies are publicly visible
0
Vinod Bongoni
Certified Lead Developer
over 6 years ago
If you know the parent process id then you can get the deadline(pp!deadline) wherever you need from process report. Just fetch the details from process report by using process id and you can get the deadline. The a!queryProcessAnalytics(),parent_process_id() functions will help you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
anjup
over 6 years ago
Yes @vinodb I agree with u . By doing so, I can get the deadline for the sub-processes. But I want to get the deadline in the process report for individual processes so that I can easily perform operations for all the processes.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel