Github user mxmrlv commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/151#discussion_r121619263
--- Diff: aria/orchestrator/workflows/api/task.py ---
@@ -107,8 +107,8 @@ def __init__(self,
:raises
aria.orchestrator.workflows.exceptions.OperationNotFoundException: if
``interface_name`` and ``operation_name`` to not refer to
an operation on the actor
"""
-
- assert isinstance(actor, (models.Node, models.Relationship))
+ # If the actor is wrapped we retrieve the original class, o/w we
compare the actor itself
--- End diff --
remove
---
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.
---