}
}
if (AvailableParcelStage.valueOf(apiParcelResource.readParcel().getStage()).ordinal() < AvailableParcelStage.ACTIVATED.ordinal()) {
String action = "Activating parcel...";
executeAndReport(action, apiParcelResource.activateCommand(), ProgressSplit.ACTIVATE_PARCEL.getProgress(),
cluster.getCurrentReport(), reportQueue, new StatusPoller() {
@Override
public boolean poll() {
// activate parcel is pretty fast, so suppose we are no need to do much error handling/progress monitoring
// TODO: set a timeout