I don’t think the default http task can send multipart, because it would need to chunk the parts instead of passing the body. One way - maybe, as I haven’t tested or checked this - is to use a service bean that is called in the body expression that would generate the correct multipart body.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Variables for multipart/form-data for flowable-ui and flowable-rest | 3 | 828 | August 17, 2022 | |
HTTP Task: Submitting File
|
2 | 429 | July 5, 2022 | |
Http task | Receive response as JSON and deliver it to the next task | 9 | 4800 | July 26, 2018 | |
Attach File in form through REST API | 2 | 1473 | January 14, 2019 | |
How exactly should I use PUT/POST in Http task when I am limited to only strings for Request body | 12 | 3950 | July 20, 2022 |