Skip to main content
December 16, 2021
Question

Process Node shows completed but Nothing stored in DB

  • December 16, 2021
  • 5 replies
  • 0 views

Hello Everyone,

PFA image of Instance of a process model which ran perfectly fine without any error. Few Details are : 

  • There are 4 parallel paths in the process Model(from top to bottom respectively).
  • 1st run always. --> Working Fine
  • At each run either 2nd path is traversed--> Working Fine or (3rd --> Have Issue & 4th --> Working Fine) are used.

Issue: On 3rd Path, I am using the node in the red circle to store a CDT in the DB, but nothing is stored in the DB.

  • The previous node(Expression rule) in the same path create that CDT which we want to store in DB.
  • However if we manually open the running instance of process model & Start the encircled node by doing a right click on it, It works fine.

Kindly please explain me the root cause for this & suggest what I can do to overcome this issue.

Thanks,

Shikhar

5 replies

stefanhelzle0001
Brainy
December 16, 2021

Has that node been started before you manually do that?

The end node is a terminating one. It will stop all process activity. Did you check that your logic to collect the flows before the end node works?

December 16, 2021

Yeah, Before I started it manually, one instance of that node has already completed. 

Yeah I am collecting everything at the Last And(Just before END Node). So It would not move forward unless all flows reach there.

rahulk0010
December 16, 2021

You were able to check the process history upon execution through workflow? If yes please share the insight.

December 16, 2021

I have removed terminate process from End Node & combined Path 3 & 4. Now it is working fine.

rahulk0010
December 16, 2021

Great.. Thanks for the update.