[
https://issues.apache.org/jira/browse/ARIA-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996645#comment-15996645
]
ASF GitHub Bot commented on ARIA-163:
-------------------------------------
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
> Update node state for stub tasks
> --------------------------------
>
> Key: ARIA-163
> URL: https://issues.apache.org/jira/browse/ARIA-163
> Project: AriaTosca
> Issue Type: Story
> Affects Versions: 0.1.0
> Reporter: Maxim Orlov
> Assignee: Maxim Orlov
>
> Currently each node that has no implementation for an operation, has its
> operations labeled a stub tasks. Those stub tasks aren't run through the
> normal path of the workflow engine, and thus no update to the state of the
> node is being done. this should be fixed
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)