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
7 subscribers
Views
3499 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
How to get Assigned time of a task. My use case is I have to show Assigned time
pradeepd780
over 11 years ago
How to get Assigned time of a task. My use case is I have to show Assigned time of a task in a report. But the assigned task is updated/overrided by Accepted time of that task. Please help.
Thanks in advance!!
...
OriginalPostID-87445
OriginalPostID-87445
Discussion posts and replies are publicly visible
Parents
0
joel
over 11 years ago
There is a smart service which has an expression which allows you to get the tp!accepted time by the tp!id. The only issue with this is that you cannot use this in a report, what I do is on the output of the first node where the user accepts the task I write the tp!id into a variable and then use the expression and write the acceptance time into a pv and report into this. The only issue comes where you have loops and this will be overwritten - on this circumstance you could think about inserting this into a database table for each task. This is the best approach I have come up with.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
joel
over 11 years ago
There is a smart service which has an expression which allows you to get the tp!accepted time by the tp!id. The only issue with this is that you cannot use this in a report, what I do is on the output of the first node where the user accepts the task I write the tp!id into a variable and then use the expression and write the acceptance time into a pv and report into this. The only issue comes where you have loops and this will be overwritten - on this circumstance you could think about inserting this into a database table for each task. This is the best approach I have come up with.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data