turbinia icon indicating copy to clipboard operation
turbinia copied to clipboard

Generic binary executor Task

Open aarontp opened this issue 8 years ago • 1 comments

Once we have a generic task, we can use a recipe to specify the command and parameters.

aarontp avatar May 27 '17 03:05 aarontp

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.

aarontp avatar Aug 24 '23 18:08 aarontp