Unblock Mobile Workflow Queue

This method has been deprecated. Unblocks the mobile workflow queue for the selected workflows and devices.

Syntax

void unblockWorkflowQueueForDevices(MobileWorkflowIDVO workflowID, List<Integer> applicationConnectionNumericIDs, Boolean forTransformQueue) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples