Solved

BPA Workflow max payload length


Userlevel 7
Badge +24

Is there a limit on the length of the Json payload that is supported by BPA Workflow - either in design time (load payload from file) or in runtime?

icon

Best answer by paul harland 25 January 2024, 15:08

View original

5 replies

Userlevel 3
Badge +7

Hi Paul,
Are you referring to json payload of the IFS Rest Call type workflow task here?

/Lahirumala

Userlevel 2
Badge +9

Hi @paul harland , Currently I've had payloads in workflows of over 4000 characters. 

For the workflow itself this does not seem to be an issue. However when troubleshooting the UserInterface only supports value fields up to 4000 characters (meaning that the UI stops working in the workflow pages).

Userlevel 7
Badge +24

@Lahirumala de Mel just coming back to this.

we had a few problems on a project last year when the payload got over 4000.  It’s a bit inconsistent in my experience.  It’s not related to the Rest Call specifically, I am only referring to the length of the payload being passed through the workflow tasks.

Probbaly something we need to look into internally.  I think we should have some guidelines on whether there are limitaitons and if so what they are

Userlevel 2
Badge +9

Hi @paul harland, Coincidentally I am working with IFS to improve their Workflow tool. 

This issue is not specifically because of the number of characters used, but a variable that can only contain 64kb max.

 

I've been told (yet to verify) this is the same variable containing the workflow .bpmn file and is set to 1 MB max from 23R1 onward.

Userlevel 2
Badge +9

@paul harland, IFS has fixed the issue of payloads being too large from version 22R2 SU17 onward.

Reply