cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Order process got stuck in running state.

former_member708417
Participant
0 Likes
1,973

I have placed the order successfully.

After that order process was triggered and it was in running state for long time. When I have verified the current tasks, I observed that task is not finished yet. Also observed some node group, node and Performing node has below values.

Is anything wrong with this.

have verified task engine is in running state, but order process is in running state and not moving to the action.

Please let me know if any body has this issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

vinay_malempati
Active Participant
0 Likes

Check if the process tasks are allowed on any node , if yes then set that node id to task and run.

former_member708417
Participant
0 Likes

How to verify that can you please guide me

vinay_malempati
Active Participant
0 Likes

Hi Madhu,

try setting the below property to true in localo.properties

task.engine.loadonstartup=true on the node/server you want.

try to repair the process after that and it should be fine.


former_member708417
Participant
0 Likes

i have already added task.engine.loadonstartup=true in local.properties. Also verified whether task engine is running or not by using taskService.getEngine().isRunning(), which is returning true.

But i am not undestanding why order process is not moving.