Hi everyone,
I want to check if file is uploaded to camunda or not.
If $check is true, admin can download the file,
else $check is false and the process ends.
Everytime I run the process I get $check=“true” and I don’t know how to actually check if the file exists. When I go to cockpit I can see that in the field “photoUpload” I can dowload this file:
Here is my code ( I guess it’s way to simple):