Github user mxmrlv commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/117#discussion_r114760771
--- Diff: aria/orchestrator/workflows/api/task.py ---
@@ -161,6 +141,27 @@ def __getattr__(self, item):
return super(WorkflowTask, self).__getattribute__(item)
+def create_task(actor, interface_name, operation_name, **kwargs):
+ """
+ This helper function enables safe creation of OperationTask, if the
supplied interface and
--- End diff --
fix the comment
---
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.
---