Retrieval and Management of Queue Items

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

Syntax

PaginationResult<MobileWorkflowQueueItemVO> getMobileWorkflowQueueItems(int startIndex, int maxRecordsToReturn, MobileWorkflowIDVO id, List<Integer> deviceIDs, List<String> userNames, String orderByField, boolean ascending) throws SUPAdminException;

void deleteMobileWorkflowQueueItem(Integer queueItemID, Boolean forTransformQueue) throws SUPAdminException;

Returns

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

Examples