I'm posting my solution for this common issue here in the hopes to help other users who have similar requirements to assign Flexi-tasks to users on Business Days only. I had seen on nintex community that there was a UDA created for this but it didn't work properly for me (due dates were just blank). I am using SharePoint 2013.
Here is my manual workaround that has been working very well for my workflow:
I hope this is helpful, please put any questions or comments below
Solved! Go to Solution.
Thank you Sophia!
I am just going to mark this reply as solved so others can view the info.
Thank you so much for this, it took me awhile to locate this thread/solution. This really saved me some time and pain 😁. Also, building on your solution, I added a additional block of Actions after your solution that performs a query list a SharePoint list of holidays (in my case, federal holidays) up to four years worth and add the holiday dates to a collection and from that collection I check to see if that due date Exist in the collection, if True I add a additional day to the due date.