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

Flags

INT

Yes

Flags for controlling the output format
0x00000010 (16) = XML result is returned as a file, otherwise as a buffer

ID<1..n>

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

TotalHits

INT

Number of objects actually found in the workflow archive

[Result]

BASE64

Optional

Object list in DMSContent XML format (when Flags is not 0x00000010 (16))

3. Output Files

Name Description

[FileCount]

Only one file is always returned

[File List]

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