insert_new_task#

MeshingWorkflow.insert_new_task(command_name)#

Insert a new task based on the command name passed as an argument.

Parameters:
command_name: str

Name of the new task.

Returns:
None
Raises:
ValueError

If the command name does not match a task name. In this case, none of the tasks are deleted.