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

Question

Question

Form Process activity

asked on July 12, 2016 Show version history

I have a complex forms process with multiple exclusive and parallel gateways.  On validating the process I am receiving the following error:

"One of the sequence flows originating from "parallel gateway" (ID:999) in the "Main Process" process has conditional expression set. ....."

I have not been able to find this gateway.

Where can I find the ID of an element such as the "parallel gateway" (ID: 999) mentioned in the error message?

0 0

Answer

SELECTED ANSWER
replied on January 12, 2017

Forms 10.2 has included the fix for include the name of the gateway in the validation error message.

0 0

Replies

replied on July 12, 2016 Show version history

You can run following queries on the Forms database to get the name of the parallel gateway:

SELECT name FROM [dbo].[cf_bp_steps] where step_id=999 and process_id in (SELECT process_id FROM [dbo].[cf_bp_processes] where bp_id={bp id})

Replace the {bp id} with the number in the url when you open the process modeler, for example, the URL is http://formsserver/Forms/BP/routing/33, use 33 to replace {bp id}.

After find the parallel gateway, double click the out sequence flows that start from the parallel gateway and remove the content in the Condition will fix the above error.

We will improve the  validation error message to include the name of the gateway.

 

 

1 0
SELECTED ANSWER
replied on January 12, 2017

Forms 10.2 has included the fix for include the name of the gateway in the validation error message.

0 0
replied on July 18, 2016

Thanks for your answer. I found the offending condition on the connecting line of the parallel gateway. 

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

Sign in to reply to this post.