Skip to content

Commit 0b7d0c4

Browse files
authored
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
1 parent cfbf1db commit 0b7d0c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workflow.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ like this:
5555
enabled: true
5656
marking_store:
5757
type: 'method'
58-
property:
59-
- 'currentPlace'
58+
property: 'currentPlace'
6059
supports:
6160
- App\Entity\BlogPost
6261
initial_marking: draft

0 commit comments

Comments
 (0)