You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/03/28 14:47:41 UTC

[jira] [Commented] (ARIA-133) Add status-related properties to Execution, Task and Node models

    [ https://issues.apache.org/jira/browse/ARIA-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15945298#comment-15945298 ] 

ASF subversion and git services commented on ARIA-133:
------------------------------------------------------

Commit 4ae73450fbf995dbb0b7ab8af60e0ed4981e83e2 in incubator-ariatosca's branch refs/heads/ARIA-133-Add-status-related-methods-to-Execution-Task-and-Node-models from [~avia]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-ariatosca.git;h=4ae7345 ]

ARIA-133 Add status-related properties to the Execution, Task and Node models

We are adding these properties so it will be easier to filter those models
from storage according to their status, and to not make use of the their
`status` constants outside of the models themselves.

It should be noted, since we currently have the concept of `StubTasks`
(that are not part of the model), we had to implement the same logic for
them, although they don't direct access to the state constants of the
task model. We did this since they are treated as 'regular' model tasks
in some parts of the code.


> Add status-related properties to Execution, Task and Node models
> ----------------------------------------------------------------
>
>                 Key: ARIA-133
>                 URL: https://issues.apache.org/jira/browse/ARIA-133
>             Project: AriaTosca
>          Issue Type: Task
>            Reporter: Avia Efrat
>            Assignee: Avia Efrat
>            Priority: Minor
>
> We are adding those properties so it will be easier to filter these models from storage according to their status, and to not make use of the their `status` constants outside of the models themselves.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)