Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
workflow
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm-modules
xRM-Platform
workflow
Merge requests
!12
Update contentProcess.js
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update contentProcess.js
missing_Keyword_import
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Martin Groppe
requested to merge
missing_Keyword_import
into
main
8 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d998499d
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d998499d
Update contentProcess.js
· d998499d
Martin Groppe
authored
8 months ago
entity/WorkflowDefinition_entity/recordcontainers/jdito/contentProcess.js
+
2
−
1
Options
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
})());
Loading