Assignment of a Workflow Package

Defines a mobile workflow package and devices, and assigns the package to the devices.

Syntax

void assignMobileWorkflowToDevices(MobileWorkflowIDVO workflowID, List<Integer> deviceIDs) throws SUPAdminException;

Returns

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

Examples