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

Question

Question

Can I start a workflow retrieve a Submitted Forms Data not through Form's process?

asked on September 19, 2017

Usually we call a workflow from Form activity that automatically pass in Form data to workflow. However, I want a workflow to directly access submitted Form's data without Form call it. (offline processing for example). Can I do it? I already know the Form's submission ID or instance ID.

Anyone can provide an example?

0 0

Answer

SELECTED ANSWER
replied on September 19, 2017

Hey,

So if you have the submission id and the instance id you can use the Retrieve Business Process Variables task to retrieve the values.

To do this simply click the cog in the top right corner of the tasks property window. you will be presented with a 2 fields.

"Retrieve the content from:" select the option "The instance with ID:" and enter the instance id.

"Retrieve the content at the time of:" select the option "The submission with ID:" and enter the submission id.

Doing this you can grab submitted form data at point in time.

4 0
replied on September 19, 2017

Great! That's exactly I am looking for. Thanks. 

0 0

Replies

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

Sign in to reply to this post.