Github user mxmrlv commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/117#discussion_r114758966
  
    --- Diff: aria/orchestrator/workflows/core/task.py ---
    @@ -120,7 +120,7 @@ class OperationTask(BaseTask):
         Operation task
         """
         def __init__(self, api_task, executor=None, *args, **kwargs):
    -        # If no executor is provided, we defer that this is a stub task 
which does not need to be
    +        # If no executor is provided, we infer that this is an empty task 
which does not need to be
             # executed.
             super(OperationTask, self).__init__(
                 id=api_task.id, executor=executor or 
base.EmptyOperationExecutor(), *args, **kwargs)
    --- End diff --
    
    move EmptyOp from here


---
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