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
10 replies
Subscribers
6 subscribers
Views
7227 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Dear all, how do I put the link to the task in the escalation tab (send
Giobis
over 9 years ago
Dear all,
how do I put the link to the task in the escalation tab (send email) of the task node?
thanks
OriginalPostID-209892
OriginalPostID-209892
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 9 years ago
To use this plug-in the syntax is:
=getprocesstaskid(pp!id, "My Task Name", true)
or if you want to get it by display name it'd be something like
=getprocesstaskid(pp!id, "My Task Display Name", false)
Note that I am using pp!id because I am assuming you'll put this in the same process where you want to get the task from but that can be the ID of any process.
Also note that this can get the task id only if the task has already been instantiated so don't put this right in parallel of the task, it has to be in parallel in the model but with a delay.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 9 years ago
To use this plug-in the syntax is:
=getprocesstaskid(pp!id, "My Task Name", true)
or if you want to get it by display name it'd be something like
=getprocesstaskid(pp!id, "My Task Display Name", false)
Note that I am using pp!id because I am assuming you'll put this in the same process where you want to get the task from but that can be the ID of any process.
Also note that this can get the task id only if the task has already been instantiated so don't put this right in parallel of the task, it has to be in parallel in the model but with a delay.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data