From fda6335abaa8bc4ed13c81bc2d1a5f181fede142 Mon Sep 17 00:00:00 2001 From: "A. Pauly" Date: Tue, 7 Mar 2023 11:39:13 +0100 Subject: [PATCH] [Workflow] MarkingStore: remove "arguments" and add "property" --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 782f4c14173..8db3c0abca2 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -3485,7 +3485,7 @@ marking_store Each marking store can define any of these options: -* ``arguments`` (**type**: ``array``) +* ``property`` (**type**: ``string`` **default**: ``'marking'``) * ``service`` (**type**: ``string``) * ``type`` (**type**: ``string`` **allow value**: ``'method'``)