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
1961 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
How I can send a task as link via email to a user so that a user clicks on that
foussenik
over 11 years ago
How I can send a task as link via email to a user so that a user clicks on that link?
Appian v6.5.3...
OriginalPostID-98930
OriginalPostID-98930
Discussion posts and replies are publicly visible
0
jorgea272
over 11 years ago
Run a task report in the process to get the task id numbers and use a rule to build a Url to the task. You can use that task report to get the assignees too.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sumitp
over 11 years ago
One more approach is
1. Create a dummy boolean variable.
2. Make your task as Quick task and create an exception rule to skip the node if your dummy variable is true().
3. Use linktoquicktask() to get the URL of this Quicktask and save in PV
4. Set the true() value to the dummy variable
5. Just use PV used in step3 in your email node
Hope this helps!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel