Mobile Workflow Package Retrieval

This method has been deprecated. Retrieves a list of mobile workflow packages.

Syntax

List<MobileWorkflowVO> getMobileWorkflowList() throws SUPAdminException;

Returns

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

Examples