Tasks ================== The Tasks Plugin allows for multiple Lucy tasks to be run at once. ``python bin/lucy.egg plugins ml_tasks -h`` Primary Arguments ^^^^^^^^^^^^^^^^^ Main specifications for a running Tasks. Testing .. list-table:: :widths: 10 40 :header-rows: 1 * - Argument - Detail * - -input - **PATH**. File path to the JSON containing arguments for an appropriate plugin. * - -include-json - Default is True - **NONE**. If used, the output JSON specified in the '-input' JSON will have the Lucy-Response for each process saved in an output section of its respective process instead of providing the file path to where the Lucy-Response was saved. * - -replace - Default is False - **NONE**. If used, ignores the output file path given in the '-input' JSON. Instead, the output is saved to the file path given by '-input'. * - -mfile - Default is None - **NONE**. If used, the mfile can be directly read for predict only * - -wdir - Default is to use a directory internally - **NONE**. Working directory where Lucy should write its files .. include:: tasks_examples.rst