====== WorkFlow Graph ====== ~~MULTI_PLUGIN_OPEN~~ digraph { newphoto[fillcolor=yellow, style="rounded,filled", shape=component ,label="Nouvelle Photo",group=mid ] repphoto[fillcolor=yellow, style="rounded,filled", shape=component ,label="Photo a Trier"] reinject[fillcolor=yellow, style="rounded,filled", shape=component ,label="Photo a Reinjecter"] devphoto[fillcolor=yellow, style="rounded,filled", shape=component ,label="Dev Portfolio"] {rank=same;reinject;newphoto;repphoto;devphoto} Regroupement[shape=tab label="Regroupement",fillcolor=gainsboro,style="filled"] Preparation[shape=tab label="Préparation",fillcolor=gainsboro,style="filled"] flags[shape=tab label="Première Passe : les flags",fillcolor=gainsboro,style="filled"] notes[shape=tab label="Deuxième Passe : les notes",fillcolor=gainsboro,style="filled"] Affinages[shape=tab label="Troisième Passe : Affinages",fillcolor=gainsboro,style="filled"] Selection[ shape=record label="Sélection photos a traiter",group=mid] Rangements[ shape=record label="Rangements events"] Regroupementcatalogues[ shape=record label="Regroupement catalogues"] Post_Traitements[ shape=record label="Post_Traitements"] Post_Traitements_reinject[ shape=record label="Post_Traitements"] Gestion_book[ shape=record label="Gestion du book (portfolio)"] ouvrirWork[ shape=record label="Ouvrir catalogue Work_catalog",group=mid] ouvrirBook[ shape=record label="Ouvrir catalogue Portfolio_book"] ouvrirEvents[ shape=record label="Ouvrir catalogue EVENTS"] {rank=same;ouvrirWork;ouvrirBook;ouvrirEvents} newphoto->ouvrirWork->Selection->Regroupement repphoto->ouvrirWork->Regroupement reinject->Post_Traitements_reinject->Regroupementcatalogues->ouvrirEvents->Regroupement Affinages->Rangements->Post_Traitements Affinages->Post_Traitements devphoto->ouvrirBook->Gestion_book->Post_Traitements subgraph cluster_0 { style=filled; color=lightgrey; node [style=filled,color=white]; Regroupement->Preparation->flags->notes->Affinages; label = "Cycle_Traitement"; } } ~~MULTI_PLUGIN_CLOSE~~