if (Debug.verboseOn()) Debug.logVerbose("Suspending activity: " + activity.name(), module);
if (!activityRunning(activity))
throw new WfException("Activity is not running");
activity.suspend();
}
/**
* Resume an activity
* @param workEffortId The WorkEffort entity key for the activity object