Skip to content
Snippets Groups Projects
Commit d998499d authored by Martin Groppe's avatar Martin Groppe
Browse files

Update contentProcess.js

parent cc75a831
No related branches found
No related tags found
1 merge request!12Update contentProcess.js
Pipeline #39099 passed
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
import { result, translate, vars, workflow } from "@aditosoftware/jdito-types";
import { KeywordUtils } from "KeywordUtils_lib";
import { RecordFilterUtils } from "RecordFilterUtils_lib";
import { WorkflowKeywords } from "WorkflowKeywords_registry";
import { WorkflowUtils } from "WorkflowUtils_lib";
//immediately invoked function is used so that a return statement can be utilized to end the function at any point
......@@ -98,4 +99,4 @@ result.object((function()
}
return JSON.parse(workflow.getProcessDefinitions(config));
}
})());
\ No newline at end of file
})());
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment