Question

BPA Workflow error?

  • 11 March 2024
  • 3 replies
  • 107 views

Userlevel 5
Badge +15

Hello,

 

We are facing a huge issue, in our test and config environments, we cannot inspect workflows anymore, even if they only have a simple projection call in it. When inspecting, we just get the “loading” popup that never goes away.

 

This is on 23R1 and so far, it seems like no one else has been experiencing this other than us.

 

What could be causing this? We’ve refreshed the caches in hopes of resolving this issue but so far nothing has been working.

 

Any and all insight would be very much appreciated.

 

Thanks,
Bryan


3 replies

Userlevel 3
Badge +5

Is there a possibility can you share screenshots or a sample workflow to get a better idea on the issue?

Userlevel 5
Badge +15

Hi @kamnlk 

I’m attaching a screenshot of the issue. This is a very simple workflow, a read and an update projection call for customerorderhandling. It reads an order to verify the order exists, and then attempts to update a field in it, but both calls require an orderno input parameter. This should error out instantly since I dont define an orderno variable in my inspect variables, but it stays on this loading… page forever until it times out. This happens with all workflows, even if its a start → end workflow that doesnt do anything except immediately end.

 

We have a case in with IFS about this and will update the community post with any new information they provide.

 

Thanks,
Bryan

Badge +2

Hi, any news with this issue?

We found that if we run inspect in BPA which has a collection of a lot of data an error occurs: "Bpmn_Debug_Activity_Log_API.Update_Activity_Log_Variables(? , ? , ?);\n END;\n\n The table has been truncated because the number of events for the request exceeded the allowed limit." and the Oracle session will lock tables such as IFSCAMSYS.ACT_GE_PROPERTY. Therefore, inspect then does not work on any BPA. You need to kill this session to make inspect start working properly again.

Reply