Github user AviaE commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/83#discussion_r108059849
--- Diff: aria/orchestrator/workflows/core/events_handler.py ---
@@ -73,6 +82,10 @@ def _task_succeeded(task, *args, **kwargs):
task.ended_at = datetime.utcnow()
task.status = task.SUCCESS
+ # update node state if necessary
+ if type(task) is OperationTask and type(task.context) is
NodeOperationContext:
--- End diff --
remove the 'ifs'. call the function `update node state of necessary.
---
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.
---