wfm.GetProjectList
Dieser Job liefert alle Workflowprojekte aus einer Organisation.
2. Ausgabeparameter
| Name | Typ | Abhängigkeit | Beschreibung |
|---|---|---|---|
|
BASE64 |
— |
Liste aller Workflowprojekte im XML-Format (siehe Hinweis) |
4. Hinweis
Aufbau von Projects
<Projects>
<Project Id="" Name="" Type="" CreatorId="" CreationTime="" Description=""/>
<Project Id="" Name="" Type="" CreatorId="" CreationTime="" Description=""/>
</Projects>
Project — Struktur mit folgenden Attributen:
-
Id(STRING): ID des Projekts -
Name(STRING): Name des Projekts -
Type(INT): 1 = Wurzelprojekt, 2 = Workflowprojekt, 3 = Workflowfamilie -
CreatorId(STRING): GUID des Erstellers -
CreationTime(INT): Erstellzeitpunkt -
Description(STRING): Beschreibung