Starts the management of mobile workflow packages.
public static SUPMobileWorkflow getSUPMobileWorkflow(ClusterContext clusterContext) throws SUPAdminException;
If successful, returns silently. If unsuccessful, returns SUPAdminException.
...
private SUPMobileWorkflow workflow;
...
ServerContext serverContext = new ServerContext("wangf-dell", 2000, "supAdmin", "s3pAdmin", false);
clusterContext = serverContext.getClusterContext("wangf's cluster");
workflow = SUPObjectFactory.getSUPMobileWorkflow(clusterContext);