turbinia
turbinia copied to clipboard
Generic binary executor Task
Once we have a generic task, we can use a recipe to specify the command and parameters.
To add a little more detail here: This would mean that the task would not need to implement the run() method because the generic task would basically just run the TurbiniaTask.execute() with the parameters defined in the recipe that matches the generic TASK_CONFIG parameter names.