dms.GetWorkflowObjects
This job returns both typed and typeless objects from the workflow archive of the logged-in user. The result is returned in the DMS Content format. The same output format options apply as for the job dms.GetResultList.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Flags for controlling the output format |
|
INT |
Yes |
Object IDs. For each object instance, a separate parameter must be specified. For example ID1=123 ID2=245 … |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
INT |
— |
Number of objects actually found in the workflow archive |
|
BASE64 |
Optional |
Object list in DMSContent XML format (when Flags is not |
3. Output Files
| Name | Description |
|---|---|
|
Only one file is always returned |
|
Name and path of the DMSContent XML file containing the hit list |
4. Return Value
(INT): 0 = Job successful, otherwise error code
Complete error list