wfm.GetHistProcessList
This job determines all processes for a historical workflow model.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
Yes |
ID of the organization |
|
STRING |
Yes |
Historical ID of the model |
|
INT |
No |
Number of processes to be returned with a request at most. Default: |
|
STRING |
No |
Column by which the result list is sorted. Possible values: |
|
INT |
No |
Sorting direction: |
|
STRING |
No |
Required for paging. The last |
|
STRING |
No |
Required for paging. Should be the last value of the sorted column from a previous call with |
|
INT |
No |
Status of processes to be displayed. Other statuses are filtered out. If the parameter is not set or |
|
STRING |
No |
Filter text for the process name. If specified, only processes whose name contains this string anywhere are returned. |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
The requested processes in XML format |
4. Example
Structure of Processes:
<Processes>
<Process Id=".." Name=".." FinalSubject=".." UserName=".." CreationTime=".."
EndTime=".."/>
<Process Id=".." Name=".." FinalSubject=".." UserName=".." CreationTime=".."
EndTime=".."/>
</Processes>
| Attribute | Type | Description |
|---|---|---|
|
STRING |
ID of the process |
|
STRING |
Name of the process |
|
STRING |
Last subject of the process |
|
STRING |
Name of the process creator |
|
STRING |
Start time of the process |
|
STRING |
End time of the process |