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

    https://github.com/apache/incubator-ariatosca/pull/117#discussion_r114518811
  
    --- Diff: aria/orchestrator/workflows/core/task.py ---
    @@ -61,20 +66,30 @@ def id(self):
     
     class StubTask(BaseTask):
         """
    -    Base stub task for all tasks that don't actually run anything
    +    Base stub task for marker user tasks that only mark the start/end of a 
workflow
    +    or sub-workflow
         """
    -
         def __init__(self, *args, **kwargs):
    -        super(StubTask, self).__init__(*args, **kwargs)
    +        super(StubTask, self).__init__(executor=dry.MarkerExecutor(), 
*args, **kwargs)
    --- End diff --
    
    and rename to stub


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to