knowledge-8.x-1.x-dev/config/optional/workflows.workflow.knowledge.yml
config/optional/workflows.workflow.knowledge.yml
langcode: en
status: true
dependencies:
module:
- content_moderation
enforced:
module:
- knowledge
id: knowledge
label: Knowledge
type: content_moderation
type_settings:
states:
archived:
label: Archived
weight: 2
published: false
default_revision: true
draft:
label: Draft
weight: -3
published: false
default_revision: false
not_validated:
label: 'Not Validated'
weight: -1
published: true
default_revision: true
published:
label: Published
weight: 1
published: true
default_revision: true
validated:
label: Validated
weight: 0
published: true
default_revision: true
work_in_progress:
label: 'Work in Progress'
weight: -2
published: true
default_revision: true
transitions:
archive:
label: Archive
from:
- archived
- draft
- not_validated
- validated
- work_in_progress
to: archived
weight: 3
complete_wip:
label: 'Not Validated'
from:
- not_validated
- validated
- work_in_progress
to: not_validated
weight: 15
unarchive:
label: 'Not Validated'
from:
- archived
to: not_validated
weight: 13
validate:
label: Validate
from:
- archived
- not_validated
- validated
- work_in_progress
to: validated
weight: 16
work_in_progress:
label: 'Work In Progress'
from:
- archived
- not_validated
- validated
- work_in_progress
to: work_in_progress
weight: 14
entity_types:
node: []
default_moderation_state: work_in_progress
