- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 03:36 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 06:06 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 06:06 AM
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