Retrieval of Mobile Workflow Device Status

Retrieves mobile workflow status for a device from the value object DeviceMobileWorkflowStatusVO.

Syntax

List<DeviceMobileWorkflowStatusVO> getDeviceMobileWorkflowStatus(MobileWorkflowIDVO workflowID) throws SUPAdminException;

Returns

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

Examples