Getting the information for next taskId Form

Hi All,

I have a basic process where an Actor after finished his task , an Email Connector notifies the other Actor that there is a pending task to him, how could I get the link of that next /pending task to that second Actor?

Thanks

Edgar

Hello,
in V6, you can make an email connector onEnter of the next task, with a script that generates the link as described in this post .
You can also find some other similar posts that might help you.
Hope this helps,
Haris

Hi,

I have 2 swinlanes, so the Approver (customer) sends OK to the SalesRep, which is in other Group.

But your post was very useful,

Thanks

Edgar

You should put the notification of pending task on a Actor Selector Connector (5.X) or Actor Filer Connector (6.X). Take in count that the proccess flow its evaluated after the execution of a Finish Human Connector. Greetings