Update of Properties

Updates the properties for the specified Mobile Workflow package.

Syntax

void updateMobileWorkflowDisplayName(MobileWorkflowIDVO workflowID, String displayName) throws SUPAdminException;

void updateMobileWorkflowIconIndex(MobileWorkflowIDVO workflowID, int iconIndex) throws SUPAdminException;

Returns

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

Examples