Powershell step fails to Output size exceeds allowed maximum size of 10485760 bytes

Christian Foer1
Tera Expert

I have a flow designer action, which returns a lot of bytes from a powershell step.

Unfortunately the output seems to be to big. I get this error in midserver log and in flowdesigner:

com.snc.process_flow.exception.OpException: Output size exceeds allowed maximum size of 10485760 bytes.

 

I tried to configure this mid server property, because the default value of it matches the reported error value, but with no success:

mid.process_flow.log_listener.max_size

 

Is there any other property for that?

 

Cheers, Christian 

1 ACCEPTED SOLUTION

Tushar
Kilo Sage
Kilo Sage

Hi @Christian Foer1 

 

The maximum output size for Flow Designer actions is currently hard-coded to 10485760 bytes.

I believe there is no way to change this value through the UI or through system properties.

 

Please, don't forget to mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!

Regards,
Tushar

View solution in original post

1 REPLY 1

Tushar
Kilo Sage
Kilo Sage

Hi @Christian Foer1 

 

The maximum output size for Flow Designer actions is currently hard-coded to 10485760 bytes.

I believe there is no way to change this value through the UI or through system properties.

 

Please, don't forget to mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!

Regards,
Tushar