vantage6.node.util.get_parent_id#
- get_parent_id(task_dict)#
Get a task’s parent id from a JSON task dictionary
- Parameters:
task_dict (Dict) – Dictionary with task information
- Returns:
parent_id – Parent_id of the task
- Return type:
int | None
Get a task’s parent id from a JSON task dictionary
task_dict (Dict) – Dictionary with task information
parent_id – Parent_id of the task
int | None