Start Management of Mobile Workflow Packages

Starts the management of mobile workflow packages.

Syntax

public static SUPMobileWorkflow getSUPMobileWorkflow(ClusterContext clusterContext) throws SUPAdminException;

Returns

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

Examples

Usage

To manage Unwired Server mobile workflow packages, you must create an instance of ServerContext with the correct information, and pass it to SUPObjectFactory.getSUPMobileWorkflow(). When an instance of SUPMobileWorkflow is returned, you can call its method as a typical Java method call.