Skip to content

Add cache option on DataImport

We need to be able to control if a DataImport workflow can use the cache between tasks.

  1. add a use_cache Boolean on DataImport, defaults to False
  2. Allow setting use_cache in StartProcess
  3. When use_cache is True, add an --use-cache option to the init_elements task in build_workflow