After upload file in the form, the workflow does not work #1353
-
form and workflow.zip In the form, I have added a file component to allow applicant to upload the file. However, I found that if I does not upload file in the form, the entire workflow works well. But if I upload the file in the form, the workflow will not proceed after the application is created (e.g. attached pic). May I know how can I solve this issue? Remark: I have done any specific set up for the file component (just selected the storage type) Updated: I found that the error is that "was aborted: ERROR: value too long for type character varying(4000) Call getNextException to see other errors in the batch." How should I solve it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @horizontech-ernest, forms-flow-ai/forms-flow-bpm/sample.env Line 68 in eb1905c |
Beta Was this translation helpful? Give feedback.
Hello @horizontech-ernest,
This issue may be due to the large file size you uploaded. Have you tried uploading the file with smaller size? Or else you can configure the buffer size by setting the environment variable
DATA_BUFFER_SIZE
to desired value. Default value is 2 MB.forms-flow-ai/forms-flow-bpm/sample.env
Line 68 in eb1905c