Skip to main content

Does anyone know of a way to prevent Nintex workflows returning to the "workflow tasks" page once a task has been completed by a user?

Ideally the customer would like the screen to return to the main library list where the workflow item originated.

Thanks

Marc

Hi Marc Wilmington

How do they open the task in the first place?

I normally achieve this by adding &source=xxx to the link in the task notification from the assign flexi task action:

<a class="ms-rtestate-write" contenteditable="false" onclick="selectThis(this);" href="javascript:void(0);" reftext="Approval%20Form" link="true" reflink="{Common:ApprovalUrl}&amp;Source={Common:WebUrl}" style="color: blue; text-decoration: underline;">Approval Form</a>


Hi ‌,

Do you have access to Nintex Forms?

Cheers,

Rick


Hi Rick

Yes I am using Nintex forms

Regards

Marc

Sent using OWA for iPhone


Thanks Cassy

They currently respond to a task via email notifications.

I will try your recommendation below.

Regards

Marc

Sent using OWA for iPhone


That is great! You then could also use Nintex Forms for this. When you search this community you will find how to do that.

Nintex Forms will be your way to go for people who do not go to the task from an e-mail but from the task list itself (or an aggregation web part like search).


Reply