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
!16
Platform 2035484 new liquibase structure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Platform 2035484 new liquibase structure
platform_2035484_newLiquibaseStructure
into
beta
Overview
3
Commits
6
Pipelines
2
Changes
8
All threads resolved!
Hide all comments
Merged
Lukas Werner
requested to merge
platform_2035484_newLiquibaseStructure
into
beta
6 months ago
Overview
3
Commits
6
Pipelines
2
Changes
8
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
0725e8e8
Prev
Next
Show latest version
8 files
+
227
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
0725e8e8
Added workflow system alias with liquibase files
· 0725e8e8
Lukas Werner
authored
6 months ago
.liquibase/Workflow_System_alias/xrm/asys_aliasconfig/data/defaultBlob/WorkflowModeler.xml
0 → 100644
+
11
−
0
Options
<?xml version="1.0" encoding="UTF-8"?>
<aliasConfig
xmlns=
"http://www.adito.de/2018/ao/Model"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
VERSION=
"1.2.4"
xsi:schemaLocation=
"http://www.adito.de/2018/ao/Model adito://models/xsd/aliasConfig/1.2.4"
>
<name>
WorkflowModeler_default
</name>
<serverId>
default
</serverId>
<definitionName>
WorkflowModeler
</definitionName>
<aliasConfigSub>
<aliasSubWorkflowModeler>
<modelerUrl>
http://localhost:8082/flowable-modeler
</modelerUrl>
</aliasSubWorkflowModeler>
</aliasConfigSub>
</aliasConfig>
Loading