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
6 subscribers
Views
1411 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Greetings, We have a use-case where we need to send, by e-mail, the l
samartzisg
over 9 years ago
Greetings,
We have a use-case where we need to send, by e-mail, the link of a new task to a user (or list of users) so they can click the link from inside the e-mail and be directed to the Tempo Task. We use an Escalation as soon as a User Task is activated to send the e-mail to the Task's Assignees and we build the link using the TaskID (tp!id) parameter. However, we see the task id we receive in the email is aggregated by 2, e.g. the taskid is 33773 and at the email is 33775.
Any ideas on how we can implement this?
OriginalPostID-168755
OriginalPostID-168755
Discussion posts and replies are publicly visible
Parents
0
Rahul Gundu
over 9 years ago
hi samartzisg,
If the process flow is sequential use the function fn!getactivetaskidsforprocess()
to get the task id. The function will return all the Assigned and Accepted taskids in process.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Rahul Gundu
over 9 years ago
hi samartzisg,
If the process flow is sequential use the function fn!getactivetaskidsforprocess()
to get the task id. The function will return all the Assigned and Accepted taskids in process.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data