You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2010/12/28 17:04:49 UTC

[jira] Created: (SLING-1904) JobStatus should indicate allowed state transitions

JobStatus should indicate allowed state transitions
---------------------------------------------------

                 Key: SLING-1904
                 URL: https://issues.apache.org/jira/browse/SLING-1904
             Project: Sling
          Issue Type: Improvement
          Components: Extensions
            Reporter: Bertrand Delacretaz
            Assignee: Bertrand Delacretaz
            Priority: Minor


The bgservlet module's JobStatus class should indicate which "user-level" transitions are allowed based on the current job state.

A human user looking at a list of jobs can only request a subset of the { RUNNING, SUSPENDED, STOPPED } states, JobStatus should indicate which ones of those are allowed based on its current state.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-1904) JobStatus should indicate allowed state transitions

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz resolved SLING-1904.
----------------------------------------

    Resolution: Fixed

Implemented in revision 1053386

> JobStatus should indicate allowed state transitions
> ---------------------------------------------------
>
>                 Key: SLING-1904
>                 URL: https://issues.apache.org/jira/browse/SLING-1904
>             Project: Sling
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>            Priority: Minor
>
> The bgservlet module's JobStatus class should indicate which "user-level" transitions are allowed based on the current job state.
> A human user looking at a list of jobs can only request a subset of the { RUNNING, SUSPENDED, STOPPED } states, JobStatus should indicate which ones of those are allowed based on its current state.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.