-
Notifications
You must be signed in to change notification settings - Fork 11
/
processmaker.xml
87 lines (87 loc) · 3.65 KB
/
processmaker.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Processmaker</name>
<key>processmaker</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/tomolimo/processmaker/master/processmaker.png</logo>
<description>
<short>
<fr>Ce plugin fournit la possibilité d'intégrer un processus (workflow) aux objets ITIL (Tickets, Changements et Problèmes).</fr>
<en>This plugin provides a process (workflow) management linked to ITIL objects (Tickets, Changes and Problems).</en>
<cs>Tento zásuvný modul poskytuje správu procesů (pracovní postup) napojený na požadavky.</cs>
</short>
<long>
<en>This plugin is dedicated to provide process (workflows) management linked to ITIL objects (Tickets, Changes and Problems). This goal is achieved using a customized ProcessMaker server (URL: https://github.com/tomolimo/processmaker-server). ProcessMaker provides BPMN Process design and execution. This plugin is the glue between GLPI and ProcessMaker.</en>
<fr>Ce plugin est dédié à la gestion de processus (workflows) liés aux objets ITIL (Tickets, Changements et Problèmes). Ce but est atteint par l'utilisation d'un serveur ProcessMaker customisé (URL: https://github.com/tomolimo/processmaker-server). ProcessMaker fournit un outil graphique de création de processus BPMN et permet l'exécution de ceux-ci. Ce plugin sert de glue entre GLPI et ProcessMaker.</fr>
<cs>Tento zásuvný modul je věnován poskytnutí správy procesu (pracovní postup), napojeného na požadavky. Tohoto cíle je dosaženo použitím ProcessMaker (URL: https://github.com/tomolimo/processmaker-server). ProcessMaker poskytne návrh procesu a vykonání pracovního postupu. Tento zásuvný modul je můstkem mezi GLPI a ProcessMaker.</cs>
</long>
</description>
<homepage>https://github.com/tomolimo/processmaker</homepage>
<download>https://github.com/tomolimo/processmaker/releases</download>
<issues>https://github.com/tomolimo/processmaker/issues</issues>
<readme>https://github.com/tomolimo/processmaker/wiki</readme>
<authors>
<author>Olivier Moron</author>
</authors>
<versions>
<version>
<num>3.3.8</num>
<compatibility>9.1</compatibility>
</version>
<version>
<num>3.4.30</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>3.5.15</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>3.6.21</num>
<compatibility>9.4</compatibility>
</version>
<version>
<num>4.4.1</num>
<compatibility>9.5</compatibility>
</version>
<version>
<num>5.0.3</num>
<compatibility>10.0</compatibility>
</version>
</versions>
<langs>
<lang>en_gb</lang>
<lang>fr_fr</lang>
<lang>cs_cz</lang>
</langs>
<license>GPL v2+</license>
<tags>
<fr>
<tag>Processus</tag>
<tag>BPMN 2.0</tag>
<tag>Workflows</tag>
<tag>Helpdesk</tag>
<tag>Ticket</tag>
<tag>Change</tag>
<tag>Problem</tag>
</fr>
<en>
<tag>Processes</tag>
<tag>BPMN 2.0</tag>
<tag>Helpdesk</tag>
<tag>Workflows</tag>
<tag>Ticket</tag>
<tag>Change</tag>
<tag>Problem</tag>
</en>
<cs>
<tag>Processes</tag>
<tag>BPMN 2.0</tag>
<tag>Helpdesk</tag>
<tag>Workflows</tag>
<tag>Ticket</tag>
<tag>Change</tag>
<tag>Problem</tag>
</cs>
</tags>
</root>