From d59ec2a34cc3174929a6fd3d37507a95d26e6d8e Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 1 Jul 2019 21:17:30 +0200 Subject: [PATCH] fix workflow config examples --- UPGRADE-4.3.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/UPGRADE-4.3.md b/UPGRADE-4.3.md index 7a6abcca81..20b970c15a 100644 --- a/UPGRADE-4.3.md +++ b/UPGRADE-4.3.md @@ -234,10 +234,10 @@ Workflow ```yaml framework: workflows: - type: workflow article: + type: workflow marking_store: - type: multiple + type: multiple_state arguments: states ``` @@ -245,8 +245,8 @@ Workflow ```yaml framework: workflows: - type: workflow article: + type: workflow marking_store: type: method property: states @@ -267,8 +267,8 @@ Workflow ```yaml framework: workflows: - type: state_machine article: + type: state_machine marking_store: type: method property: state