query.addProfile(profile).addMigrationPath(sourceMimetype).setMigrationPathTargetPattern(targetMimetype)
.addInputPort(ComponentConstants.VALUE_SOURCE_OBJECT).addOutputPort(ComponentConstants.VALUE_TARGET_OBJECT)
.addInstallationEnvironment(environment).addInstallationEnvironmentType(environmentType);
query.setDependencyLabelPattern(dependencyLabel);
query.finishQuery();
List<WorkflowInfo> workflows = myExperimentRESTClient.searchComponents(query);
for (WorkflowInfo workflow : workflows) {
MyExperimentActionInfo service = new MyExperimentActionInfo();