Déroulement et états d'un projet
Déroulement de la création au téléchargement d’un projet
Un projet de calcul d’indicateurs traverse différents états, depuis sa création jusqu’au téléchargement de l’archive, disponible notamment dans l’interface de gestion. Vous trouverez les différents états et actions disponibles dans le schéma ci-dessous.
graph TD;
A[Création] -->|Saisie des informations| B[En cours de modification]
B --> Aff(fa:fa-eye Afficher)
B --> Edi(fa:fa-edit Modifier)
B --> Dup(fa:fa-clone Dupliquer)
B --> Sup(fa:fa-trash Supprimer)
B --> Lan(fa:fa-share Lancer les calculs)
Lan -->|Mise en file d'attente| E[En cours d'exécution]
E -->Traitement{Traitement}
Traitement --> Echec[Echec]
Echec --> EchecAff(fa:fa-eye Afficher)
Echec --> EchecDup(fa:fa-clone Dupliquer)
EchecDup --> EchecB[En cours de modification]
Echec --> EchecSup(fa:fa-trash Supprimer)
Echec --> EchecRel(fa:fa-share Relancer les calculs)
EchecRel --> EchecEnc[En cours d'exécution]
Traitement --> Ter[Terminé]
E --> EAff(fa:fa-eye Afficher)
E --> EDup(fa:fa-clone Dupliquer)
E --> EAnn(fa:fa-ban Annuler l'exécution)
EAnn --> BEdit[En cours de modification]
Ter --> TerAff(fa:fa-eye Afficher)
Ter --> TerDup(fa:fa-clone Dupliquer)
TerDup --> TerB[En cours de modification]
Ter --> TerSup(fa:fa-trash Supprimer)
Ter --> TerTel(fa:fa-download Télécharger)
Ter --> TerVis(fa:fa-map-marker Visualiser)
Ter --> TerPro(fa:fa-calendar-plus-o Prolonger)
Ter -->|Au bout d'une semaine<br/>sauf prolongation| Exp[Archive expirée]
Exp --> ExpAff(fa:fa-eye Afficher)
Exp --> ExpDup(fa:fa-clone Dupliquer)
ExpDup --> ExpB[En cours de modification]
Exp --> ExpSup(fa:fa-trash Supprimer)
Exp --> ExpRel(fa:fa-share Relancer les calculs)
ExpRel --> ExpEnc[En cours d'exécution]
style B fill:#777
style BEdit fill:#777
style ExpB fill:#777
style TerB fill:#777
style Echec fill:#F0AD4E
style EchecB fill:#777
style EchecEnc fill:#658828
style E fill:#658828
style Ter fill:#5cb85c
style Exp fill:#D9534F
style ExpEnc fill:#658828