You are viewing limited content. For full access, please sign in.

Question

Question

Get Forms Task Link in a Workflow

asked on February 8

I have a workflow sending email to a Forms task. Is it possible to get the direct task link in workflow?

0 0

Replies

replied on February 9

This is not a fully formed solution, and it is very dependant upon how Laserfiche has structured the LFForms database (and thus I can't promise it won't be changed in a future version).

This is based on Forms Version 11.0.2212.30987 (Version 11 Update 3).

In the LFForms database, there is a view named worker_instance_data.  If you search for the Forms instance ID on that view, example: 

SELECT *
FROM [LFForms].[dbo].[worker_instance_data]
WHERE [bp_instance_id] = 123456

 

One of the values you get back is a UUID in a column named resume_id.

You can use that resume_id UUID to create a URL that mimics the URLs that are automatically included in Task Assignment emails.

https://YOURFORMSURL/forms/form/approval/RESUME_ID_UUID

2 0
replied on February 9

Awesome, thank you.

1 0
replied on February 9

Any suggestions please? can I get specific task link by querying the Forms database?

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.