Add cache option on DataImport
We need to be able to control if a DataImport workflow can use the cache between tasks.
- add a
use_cache
Boolean onDataImport
, defaults to False - Allow setting
use_cache
inStartProcess
- When
use_cache
is True, add an--use-cache
option to theinit_elements
task inbuild_workflow