Send Parallel Notifications Using Flexi Task

  • 17 July 2018
  • 1 reply
  • 3 views

Badge +2

Hi,

I have a workflow that looks for employees in which their contract has expired, I want to send an email to the owner to see if he/she approves or rejects to rehire that person, I'm using a Flexi Task action and that works, but I want it to send the notification to all the owners at the same time according to quantity of employees the workflow finds.

The current workflow I have sends the notification to the owner and that's fine, but it needs to wait until that owner approves or rejects the request to move to the other item for approval or rejection (the owners are different people) and I don't want that. I want the workflow to send all the notifications when it finds all the employees that needs to be rehire. Should I use Run parallel actions? 

Thanks for your help!


1 reply

Userlevel 5
Badge +14

move task action (and related logic) to a separate (site) workflow.

then instead of assigning a task within the loop just start that separate workflow without waiting for it to be finished.

see  https://community.nintex.com/thread/10752#comment-34409 

Reply