Skip to main content
vishnud126275
March 20, 2024
Question

Error when parsing process details or variables

  • March 20, 2024
  • 14 replies
  • 0 views

Hi there,

I'm trying to get details about a typical error that I constantly seeing on a process. 

A little background: This process is suppose to read rows from the uploaded spreadsheet, based on row validation it has to complete two sets of DB updates. In current configuration these uploads are done when the valid rows are passed through a start process smart service. Since we have to update two different tables we have created a parallel flow after AND gate to complete the same. But the problem arises when one of the node completes and hits the end node and the other node waiting of the sub-process to complete. Please check the screenshot attached.

Consider to share the reason for this error and suggest the possible methods to avoid this.

Thanks,

Vishnu Devalla 

14 replies

davidj137213
Brainy
March 20, 2024

Place a AND gateway before the end node,  and the process will continue only when both paths are completed.

shubhama926776
Brainy
March 31, 2024

Add a Join gateway after the parallel branches. This ensures both branches complete before the process continues.
Review Appian documentation on parallel flows: https://docs.appian.com/suite/help/24.1/AND_Node.html

शुभम्
stefanhelzle0001
Brainy
March 31, 2024

What is the error you observe?

vishnud126275
April 1, 2024

Yes Stefan, I've observed this error on Production

shubhama926776
Brainy
April 1, 2024

May i know are you using terminate event anywhere?

शुभम्
konduruc733182
March 31, 2024

This is expected behavior of your design. As the end node is triggered before completion of your other nodes, that would end the process irrespective of other nodes status. As others suggested you need to add a AND gateway before the end node. But what is the error? I haven't experienced what it does to a start process node.

vishnud126275
April 1, 2024

Hey, Chaitanya.

I've a concern what if it is the behavior of node and not the design. Like upon placing the AND gate to ensure the two nodes complete only then it could reach the END node, there is a possibility that it could be a behavior of the node rather than mere reaching the end node causing the parsing issue.

konduruc733182
April 1, 2024

I have just tried using a similar design and I don't see an issue though. what is it the error that you see? Can you share more details on your process design and flow?