Flow Designer - null at com.snc.process_flow.engine.Operation:89

lukasz19
Tera Contributor

Hello,

I have two tables. 1 - extends Task, 2 - stand alone table. I am trying to create a simle Flow.

1. When a record in table 1 is created as for an approval.

2. When approval is granted create a record in table 2.

3. Wait for record in table 2 to be closed.

4. Update record in table 1.

 

The problem is that when the flow reaches the Wait for condition and it is met the entire flow ends with an error: null at com.snc.process_flow.engine.Operation:89. And the strage thing is that it point to an error in the Ask for Approval action.

 

find_real_file.png

 

This is the message from logs:

Flow Designer: Operation(Demand Lifecycle Flow.938124ecdbff6b00144cfbc61d961937.5df22d920b10030085c083eb37673a04./approval/complete) failed with error: java.lang.NullPointerException

1 REPLY 1

Didier Lotte
Kilo Contributor

Hi Lukasz, 

Did you find a solution ? I have the same error ... 😕