Github user dankilman commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/20#discussion_r88025686
--- Diff: aria/workflows/api/task.py ---
@@ -86,64 +89,45 @@ def __init__(self,
self.ignore_failure = (self.workflow_context._task_ignore_failure
if ignore_failure is None else
ignore_failure)
-
-class NodeOperationTask(_OperationTask):
- """
- Represents a node based operation
- """
- def __init__(self,
- actor,
- name,
- *args,
- **kwargs):
+ @classmethod
+ def node_instance(cls, actor, name, inputs=None, *args, **kwargs):
--- End diff --
instance
---
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.
---