Retrieval of Device Workflow Assignments

This method has been deprecated. Retrieves all mobile workflow packages that are assigned to the specified device.

Syntax

List<MobileWorkflowAssignmentVO> getDeviceWorkflowAssignments(Integer applicationConnectionNumericID) throws SUPAdminException;

Returns

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

Examples