From 0b7d0c4fac6996b807c75971f27ca901b7fefaa3 Mon Sep 17 00:00:00 2001 From: Rami Dridi Date: Mon, 9 Sep 2019 14:36:51 +0200 Subject: [PATCH] Expected scalar type, got array the exemple is returning an error because of 'currentPlace' . the error is """invalid type for path 'famework.workflows.workflows.blog_publishing.marking_store.property'. expected scalar, but got array. """ once changed, the error is fixed --- workflow.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/workflow.rst b/workflow.rst index 6b36d4df338..05b9b3c617a 100644 --- a/workflow.rst +++ b/workflow.rst @@ -55,8 +55,7 @@ like this: enabled: true marking_store: type: 'method' - property: - - 'currentPlace' + property: 'currentPlace' supports: - App\Entity\BlogPost initial_marking: draft