*************************** Send Task File Dependencies *************************** Problem ======= A task requires file dependencies such as data files or text files for input. Solution ======== Although the current version does not provide a way to handle file dependencies, it is still possible to send files and dependencies manually. To do so, serialize the files to be sent with the task. On the host (task) side, persist the files if needed. .. literalinclude:: ..\..\..\code\HowTos\TaskFileDependencies.py :language: python :linenos: