Skip to main content
Nintex Community Menu Bar

How to manually retrigger flexi task

  • June 30, 2017
  • 6 replies
  • 37 views

Forum|alt.badge.img+4

Hi Team,
I want to know is there any way which we can retrigger the flexi task action email notification to the assigned approver.
Sometimes the approver accidentally delete the email notification on the task assigned to them.

6 replies

rhia
Nintex Partner
Forum|alt.badge.img+15
  • Nintex Partner
  • June 30, 2017

Hello!

I would say that the way to do this is to grab the Task ID from your Flexi, store it, and have a "state" in your workflow that will resend - with state selected from the outside manually, maybe due to a status. 

There is a "Store Task ID" option in the FlexiTask.. assign to a variable. 

Then in a notification, do this for the URL:   {Common:WebURL}/Lists/Workflow Tasks/EditForm.aspx?ID={WorkflowVariable:taskID}

Check this blog out: 


Forum|alt.badge.img+16

You can also set up reminders in your flexi task to run x number of times every x hours/days etc.


Forum|alt.badge.img+16
  • June 30, 2017

Tell your user to navigate the SharePoint site and add a Pending Tasks web part


rhia
Nintex Partner
Forum|alt.badge.img+15
  • Nintex Partner
  • June 30, 2017

this is also great - I love making dashboards for users for all their various tasks


Forum|alt.badge.img+4
  • Author
  • July 3, 2017

Hi All, yes I noticed that we can send out the link manually or set the reminder. but I am finding a way which we can manually trigger it (same as what flexi task trigger with the same email content).


rhia
Nintex Partner
Forum|alt.badge.img+15
  • Nintex Partner
  • July 3, 2017

In that case, my first reply would suffice - have a status you can change that will switch a state machine and re-send the FlexiTask.