Github user ran-z commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/123#discussion_r115145843
  
    --- Diff: aria/orchestrator/workflows/executor/base.py ---
    @@ -31,7 +31,14 @@ def execute(self, task):
             Execute a task
             :param task: task to execute
             """
    -        raise NotImplementedError
    +        if task.model_task.implementation:
    +            self._execute_empty_task(task)
    +        else:
    +            raise NotImplementedError
    --- End diff --
    
    ??
    so to implement this i have to override `execute` entirely?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to