How can i retrieve specific workflowUserTask

0
Hi Expert I need to get a specific workflowUserTask, combine with email template send to enduser, then enduser can click my hypelink access his/her task, but I can not get the task id, so anyone expert who can help me , thank you.
asked
3 answers
0

Hello Bill Tong,

 

You can't access the ID of objects in that way. If you want to retrieve the GUID of the Task, you can use the getGUID Java-action from Community Commons to do so.

answered
0

Hi Bill,

You can also try this way to enduser click on the link in email to complete that task.

Create one microflow for deeplink in that flow call Task inbox page.

In DeepLink.DeepLinkConfig -create one deeplink call this microflow.

In email you should send deeplink url to the enduser.

If enduser click the link the deeplink will trigger to show the task inbox. 

In that page it will show the currentuser task to complete.

 

Thanks,

Arun

 

answered
0

my page URL setting as the following screenshot

image.png

answered