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
5 replies
Subscribers
8 subscribers
Views
3108 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
How to get the time between task assigned to task accepted
sateeshn
over 7 years ago
Hi,
How to find the out the time calculation between task assigned to task accepted.
OriginalPostID-257444
Discussion posts and replies are publicly visible
0
Poorna Guduri
A Score Level 1
over 7 years ago
Hi sateeshn, there is a task metrics property task_avg_lag() which gives you the time lapse between task assignment and task acceptance.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Poorna Guduri
A Score Level 1
over 7 years ago
I missed to mention that you will not be able to find the property task_avg_lag() or the Task Metrics category in process modelling. It will only be available in Task Reports (which will be available in Portal Designer). Please find the snapshots attached. Hope it helps.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Sachin
A Score Level 1
over 7 years ago
Refer link also
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
priyankasabankar
over 7 years ago
you can use task properties for this, once the task is assigned to some user or group, you can get the assignment time by "tp!starttime" from the task properties.once the task is accepted by some user, that username will be available in "tp!owner" you can get the time when the value is assigned to this(if(not(isnull(tp!owner)) store now()), let me know if this helps!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
samiullahm
over 7 years ago
tp!starttime gives the date and time when the task is assigned. To get accepted time we can add a input variable to the node with value now().
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel