Skip to main content
Solved

Is there any way of building the link to the task in the task mail/form?

  • 8 July 2024
  • 1 reply
  • 29 views

Hello,

 

I am trying to get the link to the task overview where you can delegate the task.

Since there seems to be no native option from Nintex to get a link to the task where you can delegate said task, I am trying to build the link myself.

It seems that the “normal” link you get from Nintex looks like this:

https://mycompany.workflowcloud.com/task-forms/{taskguid}_{assignmentguid}

But the link I am trying to get looks like this:

https://mycompany.workflowcloud.com/dashboard/my/tasks?activity-feed-route=instance/{instanceguid}/task/{taskguid}/assignment/{assignmentguid}

Now as you can see the needed informations are either known (instance id) or already available in the “normal” link.

But since I only get the link and its containing informations inside the task when it gets created, how can I build the needed link?

The HTML of the task mail does not support JS and as far as I know there is no option for string manipulation with pure HTML.

Is there any way for me to achieve this, or do I have to request an idea and wait for its impementation?

 

Best regards

Niklas

1 reply

Userlevel 6
Badge +22

Hi @NiklasG,

If you use the following feature, you can open the task form in My Nintex, where the task can be delegated.
 

 

Reply