Retrieval of Queue Items

Retrieves a list of queue items for the specified Mobile Workflow package.

Syntax

PaginationResult<MobileWorkflowQueueItemVO> SUPMobileWorkflow.
  getMobileWorkflowQueueItems(startIndex, maxRecordsToReturn, MobileWorkflowIDVO id, deviceIds, 
                              userNames, orderByField, ascending) 

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples