Getting the information for next taskId Form

1
0
-1

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

Comments

Submitted by Mauricio.Barrantes on Fri, 09/12/2014 - 04:22

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

2 answers

1
0
-1

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

1
0
-1

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

Notifications