}
MindAppmasterServiceClient client = (MindAppmasterServiceClient) getIntegrationServiceClient();
PartitionedStepExecutionStatusReq req = new PartitionedStepExecutionStatusReq();
req.stepExecution = JobRepositoryRpcFactory.convertStepExecutionType(stepExecution);
BaseResponseObject doMindRequest = client.doMindRequest(req);
log.info("got response for status update: " + doMindRequest);
}
private Long safeParse(String longString) {
try {