What is the requirement? Please describe.
Update Simulation to accept different configuration for using task or edge data as part of Task runtime calculation.
This reflects changes in skaworkflows: top-sim/skaworkflows#50
Describe the solution you'd like
Simulation parameters will need to be updated to include task_data and edge_data.
We probably want good defaults, which for workflow scheduling would be task_data=False and edge_data=True, as that's the 'classic' DAG model.
Describe alternatives you've considered
There are no alternatives.
Additional context