Unblock Mobile Workflow Queue

Unblocks the mobile workflow queue for the selected workflows and devices.

Syntax

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

Returns

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

Examples