Skip to content
Snippets Groups Projects
Commit da6bd2f6 authored by stevereis's avatar stevereis
Browse files

feat: Add algorithm workflow (galaxy) exception

parent 58d5a14d
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ export const transformToExperiment = jsonata(`
$strSafe := function($v) { $type($v) = 'string' ? $v : "" };
$formula := $eval(algorithm.parameters[name = "formula"].value);
{
($ ~> | algorithm.parameters | {"name": name ? name : label } |){
"name": name,
"id": uuid,
"author": createdBy,
......
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