fix workflow config examples

This commit is contained in:
Christian Flothmann 2019-07-01 21:17:30 +02:00
parent 0d5258a4c7
commit d59ec2a34c

View File

@ -234,10 +234,10 @@ Workflow
```yaml ```yaml
framework: framework:
workflows: workflows:
type: workflow
article: article:
type: workflow
marking_store: marking_store:
type: multiple type: multiple_state
arguments: states arguments: states
``` ```
@ -245,8 +245,8 @@ Workflow
```yaml ```yaml
framework: framework:
workflows: workflows:
type: workflow
article: article:
type: workflow
marking_store: marking_store:
type: method type: method
property: states property: states
@ -267,8 +267,8 @@ Workflow
```yaml ```yaml
framework: framework:
workflows: workflows:
type: state_machine
article: article:
type: state_machine
marking_store: marking_store:
type: method type: method
property: state property: state