this.groupId = FlowUtils.generateConsumerGroupId(program, flowletId);
this.instanceId = instanceId;
this.instanceCount = instanceCount;
this.runtimeArguments = runtimeArguments;
this.flowletSpec = flowletSpec;
this.flowletMetrics = new FlowletMetrics(metricsCollectionService, getApplicationId(), flowId, flowletId);
}