break;
// create a follow edge
case FOLLOW:
final CreateFollowResponse createFollowResponse = new CreateFollowResponse();
final CreateFollowRequest createFollowRequest = CreateFollowRequest
.checkRequest(formItemList, createRequest,
createFollowResponse);
createResponse = createFollowResponse;
if (createFollowRequest != null) {