Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
entity_workflow
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
entity_workflow
Merge requests
!7
Issue
#3466627
by heddn: Config schema missing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3466627
by heddn: Config schema missing
issue/entity_workflow-3466627:3466627-config-schema-missing
into
2.x
Overview
0
Commits
3
Pipelines
0
Changes
5
Merged
Lucas Hedding
requested to merge
issue/entity_workflow-3466627:3466627-config-schema-missing
into
2.x
9 months ago
Overview
0
Commits
3
Pipelines
0
Changes
5
Expand
Closes
#3466627
0
0
Merge request reports
Compare
2.x
version 2
606d1255
9 months ago
version 1
67a15092
9 months ago
2.x (base)
and
latest version
latest version
f6e330b0
3 commits,
7 months ago
version 2
606d1255
2 commits,
9 months ago
version 1
67a15092
1 commit,
9 months ago
5 files
+
162
−
65
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
config/schema/entity_workflow.schema.yml
0 → 100644
+
65
−
0
Options
entity_workflow.state
:
type
:
workflows.state
mapping
:
locked
:
type
:
boolean
label
:
Locked
status
:
type
:
string
label
:
Status
entity_workflow.transition
:
type
:
workflows.transition
mapping
:
access_callback
:
type
:
string
label
:
Access callback
transition_log
:
type
:
boolean
label
:
Transition log
transition_log_required
:
type
:
boolean
label
:
Transition log required
action_link
:
type
:
boolean
label
:
Action link
entity_workflow.type_settings
:
type
:
mapping
mapping
:
entity_types
:
type
:
sequence
label
:
Entity types
sequence
:
type
:
sequence
label
:
Bundles
sequence
:
type
:
string
label
:
Bundle ID
default_state
:
type
:
string
label
:
Default state
default_transition
:
type
:
string
label
:
Default transition
states
:
type
:
sequence
label
:
States
orderby
:
key
sequence
:
type
:
entity_workflow.state
label
:
States
transitions
:
type
:
sequence
label
:
Transitions
orderby
:
key
sequence
:
type
:
entity_workflow.transition
label
:
Transition
default_state_callback
:
type
:
string
label
:
Default state callback
nullable
:
true
default_transition_log
:
type
:
string
label
:
Default transition log
nullable
:
true
Loading