**What is the requirement? Please describe.** <!--- A clear and concise description of what is needed. ---> Update Simulation to accept different configuration for using task or edge data as part of `Task` runtime calculation. This reflects changes in `skaworkflows`: https://github.com/top-sim/skaworkflows/issues/50 **Describe the solution you'd like** <!--- A clear and concise description of the outcome of the requirement. ---> `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** <!--- A clear and concise description of any alternative solutions or features. ---> There are no alternatives. **Additional context** <!--- Add any other context about the requirement. --->