[
https://issues.apache.org/jira/browse/ARIA-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15994881#comment-15994881
]
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_r114545116
--- Diff: aria/orchestrator/workflows/executor/dry.py ---
@@ -28,11 +27,7 @@ class DryExecutor(BaseExecutor):
"""
def execute(self, task):
- # updating the task manually instead of calling
self._task_started(task),
- # to avoid any side effects raising that event might cause
- with task._update():
- task.started_at = datetime.utcnow()
- task.status = task.STARTED
+ events.start_task_signal.send(task, skip_logging=True)
--- End diff --
shieet
> 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)