Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State model #152

Open
Rieprecht opened this issue Jan 28, 2016 · 1 comment
Open

State model #152

Rieprecht opened this issue Jan 28, 2016 · 1 comment
Assignees
Labels

Comments

@Rieprecht
Copy link
Contributor

The Jobgraph and components need a relyable state model. This includes states like: initialized, validated, etc.. Each component needs at least states for initialization and validation. initialized Components must be immutable (relaxed requirement - will add subissue).

Each state must specify allowed and disallowed actions.

Document the statemodel in readme and inside this issue.

@Rieprecht Rieprecht self-assigned this Jan 28, 2016
@Rieprecht
Copy link
Contributor Author

State model implented to JobGraph/Components.
Initially the state oh an component is UNDEFINED, after initialization it changes to INITIALIZED. After a component was verified successfully, state changes to VERIFIED. From now on the verified component isn't changeable anymore (Immutable)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant