Github user ran-z commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/97#discussion_r111375015
  
    --- Diff: aria/orchestrator/exceptions.py ---
    @@ -46,3 +46,24 @@ class TaskAbortException(RuntimeError):
         Used internally when ctx.task.abort is called
         """
         pass
    +
    +
    +class UndeclaredWorkflowError(AriaError):
    +    """
    +    Raised when attempting to execute an undeclared workflow
    +    """
    +    pass
    +
    +
    +class ActiveExecutionsError(AriaError):
    --- End diff --
    
    consider merging with DependentActiveExecutionsError


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to