1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| <?xml version="1.0"?>
<WorkFlow UniqueID="" ID="b60ec3d3-a426-4851-817d-dbb8b0a17627" Width="980" Height="580">
<Activities>
<Activity ActivityID="1" ActivityName="Demande" ActivityRule="admin" >
<Champ ID="1" Type="Integer">Periode De Congé</Champ>
<Champ ID="2" Type="String">Type De Congé</Champ>
<Champ ID="3" Type="Date">Date De Retour</Champ>
<Champ ID="4" Type="Integer">Nbre De Jour</Champ>
<Decision DecisionID= "1" DescriptionOfDecision="NewDecision"> Valider </Decision>
</Activity>
<Activity ActivityID=2" ActivityName="Accepter" ActivityRule="chef" >
<Champ ID="1" Type="String">congé valider</Champ>
</Activity>
</Activities>
</WorkFlow> |