executorlib.task_scheduler.interactive.dependency_plot.generate_task_hash_for_plotting

executorlib.task_scheduler.interactive.dependency_plot.generate_task_hash_for_plotting#

executorlib.task_scheduler.interactive.dependency_plot.generate_task_hash_for_plotting(task_dict: dict, future_hash_dict: dict) bytes[source]#

Generate a hash for a task dictionary.

Parameters:
  • task_dict (dict) – Dictionary containing task information.

  • future_hash_dict (dict) – Dictionary mapping future hash to future object.

Returns:

Hash generated for the task dictionary.

Return type:

bytes