Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!
SOLVED

Auto Complete Task to 100% complete using Fusion

Avatar

Level 8

Is it possible to mark a task as 100% complete once the deadline has passed in Fusion? If so, is there a recommendation you can provide on where to start to build this in Fusion?

 

I tried the Auto Complete Task Tracking on the task but it will not mark as complete. We have an unassigned role that sits on these tasks, so I am not sure if this is causing the problem of not marking it as complete. We are not able to remove the unassigned role as we have reports pulling from these unassigned tasks.

 

Thank you!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Kiersten,

 

The approach I would take is as follows:

 

1) Add Search module that will look for tasks. Configure the filter rules to look for tasks where the plannedCompletion date is less than today, the status is not complete, and the role ID associated with the task is the "unnassigned role" you mention. + Any other relevant filter rules to narrow down your search to the specific tasks that need to be auto-closed (i.e., Template task ID).  It would look something like this:

 

Screenshot 2023-03-10 101324.jpg

 

2) Than add an update record module, mapped to the task ID's located in step 1,  that will update the status of that task to Complete ("CPL")

 

Screenshot 2023-03-10 101523.jpg

 

Hope that helps! Shout if you have any questions.

 

Best Regards,

Rich. 

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi Kiersten,

 

The approach I would take is as follows:

 

1) Add Search module that will look for tasks. Configure the filter rules to look for tasks where the plannedCompletion date is less than today, the status is not complete, and the role ID associated with the task is the "unnassigned role" you mention. + Any other relevant filter rules to narrow down your search to the specific tasks that need to be auto-closed (i.e., Template task ID).  It would look something like this:

 

Screenshot 2023-03-10 101324.jpg

 

2) Than add an update record module, mapped to the task ID's located in step 1,  that will update the status of that task to Complete ("CPL")

 

Screenshot 2023-03-10 101523.jpg

 

Hope that helps! Shout if you have any questions.

 

Best Regards,

Rich. 

Avatar

Level 8

I finally was able to get around to building this and it worked our perfectly! Thank you so much for your help!