Skip to content

When a new task is added into the workflow, don't restart computations from the beginning of the workflow #21

@madruon

Description

@madruon

Currently, tasks are run from the beginning of the workflow until the added task. Computation time can be decreased if only the new task is run. To do that, in the CWorkflowRunManager::runSequentialTask(const WorkflowVertex &taskId) method, change the line

m_workflowPtr->runTo(taskId);

by

m_workflowPtr->runFrom(taskId);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions