Skip to content
Snippets Groups Projects
Commit 5c0410cc authored by Manuel Spuhler's avatar Manuel Spuhler
Browse files

Type + doc

parent daa6b93a
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,8 @@ To use this image, you need a running instance of PostgreSQL and to configure th
* WOKEN_AKKA_PATH default value is "/user/entrypoint".
* EXAREME_URL: URL to Exareme server, default value is "http://hbps2.chuv.ch:9090".
* WORKFLOW_URL: URL to Workflow server
* JWT_SECRET: "secret"
### EMBEDDED SERVER CONFIGURATION
......
......@@ -125,6 +125,8 @@ public class ExperimentApi {
String query = gson.toJson(queryMap);
String url = workflowUrl + "/runWorkflow/" + algoCode;
// Results are stored in the experiment object
try {
StringBuilder results = new StringBuilder();
User user = userInfo.getUser();
......@@ -376,7 +378,7 @@ public class ExperimentApi {
}
private Experiment saveExperiment(ExperimentQuery expQuery) {
LOGGER.info("sendExaremeExperiment");
LOGGER.info("saveExperiment");
Experiment experiment = new Experiment();
experiment.setUuid(UUID.randomUUID());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment