Closed jwildfire closed 1 month ago
Add an optional lInputConfig parameter to RunWorkflow that allows users to specify data locations and call LoadData() and SaveData() functions instead of passing and returning lData directly.
lInputConfig
RunWorkflow
LoadData()
SaveData()
lData
cc: @samussiah
Feature Details
Add an optional
lInputConfig
parameter toRunWorkflow
that allows users to specify data locations and callLoadData()
andSaveData()
functions instead of passing and returninglData
directly.Example Code
Possible Implementation
Additional Comments