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

Question

Question

Form invokes workflow,

asked on July 5, 2021

I have a form process where I want to invoke a workflow that will act on the document just created by the forms save to repository task. How to I make sure that the workflow will act on this document? It wouldn't be in the starting rule because it's triggered by the form process, so how do I make sure it acts on that specific document? 

0 0

Replies

replied on July 5, 2021

A technique I have used is to save the Form InstanceID which is unique to each running forms process as a Metadata field to the Form saved. When forms calls the workflow, the Forms Instance ID can be passed to the Workflow and used to perform a search to find that document.

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

Sign in to reply to this post.