Hi All,
I'm trying to build a proof of concept demo for a prospective client which uses the Workflow REST API to start a workflow instance. I'm passing some parameters into the Workflow, which I have got working fine. However the prospective client also wants to pass documents into the Workflow via the API. According to the following post this is possible using a byte array:
https://answers.laserfiche.com/questions/67459/workflow-web-service-POST-byte-array
However when I send a request with a byte array as a parameter I get an error stating the request was too large to be processed:
Error: 413 Request Entity Too Large
The request is larger than the server is willing or able to process
I've already made the changes advised in this Microsoft article but it doesn't seem to have made a difference:
https://techcommunity.microsoft.com/t5/iis-support-blog/solution-for-request-entity-too-large-error/ba-p/501134
Is this a limitation of Workflow, or is there something else on the server I need to change to make this work?
I've attached my request in case this helps (the file represented by the Base64 string is not confidential by the way!)
Thanks in advance!
Dan