Hello,
the new release 0.8.0 of robotframework-camunda
provides handling of variables of type File
.
Variables of type file are not fetched automatically, but must be downloaded explicitly:
${first_workload} fetch and lock workloads topic=${existing_topic}
dictionary should contain key ${first_workload} my_file
${process_file} Download file from variable my_file
${process_file_content} Get File ${process_file}
Should be equal as Strings ${testfile_content} ${process_file_content}
Check out next milestone, if you like to know the immediate next features on the roadmap.
Looking forward to feedback,
Markus